Skip to content

Commit

Permalink
Merge pull request #87 from InjectiveLabs/f/add_libgcc
Browse files Browse the repository at this point in the history
chore: add libgcc library
  • Loading branch information
Ri-go committed Jun 8, 2023
2 parents ee260e7 + 4f955a7 commit 3f62194
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ADD https://github.com/CosmWasm/wasmvm/releases/download/v1.2.3/libwasmvm_muslc.
RUN sha256sum /lib/libwasmvm_muslc.aarch64.a | grep d6904bc0082d6510f1e032fc1fd55ffadc9378d963e199afe0f93dd2667c0160
RUN sha256sum /lib/libwasmvm_muslc.x86_64.a | grep bb8ffda690b15765c396266721e45516cb3021146fd4de46f7daeda5b0d82c86

RUN apk add --no-cache git gcc make perl jq libc-dev linux-headers
RUN apk add --no-cache git gcc make perl jq libc-dev linux-headers libgcc

#Set architecture
RUN apk --print-arch > ./architecture
Expand All @@ -23,7 +23,7 @@ RUN make install

#build main container
FROM alpine:latest
RUN apk add --update --no-cache ca-certificates curl
RUN apk add --update --no-cache ca-certificates curl libgcc
COPY --from=builder /go/bin/* /usr/local/bin/

#configure container
Expand Down

0 comments on commit 3f62194

Please sign in to comment.