Skip to content

Commit

Permalink
fix: local test Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Dec 23, 2022
1 parent c06906f commit bea7571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/images/simd-dlv/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ COPY ./ /work
RUN LEDGER_ENABLED=false make COSMOS_BUILD_OPTIONS="debug,nostrip" clean build

FROM alpine AS run
RUN apk add bash curl jq
RUN apk add bash curl jq libstdc++
COPY contrib/images/simd-dlv/wrapper.sh /usr/bin/wrapper.sh

VOLUME /simd
Expand Down
4 changes: 2 additions & 2 deletions contrib/images/simd-env/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM golang:1.18-alpine AS build

RUN apk add build-base git linux-headers
RUN apk add build-base git linux-headers libc-dev

WORKDIR /work
COPY go.mod go.sum /work/
Expand All @@ -14,7 +14,7 @@ COPY ./ /work
RUN LEDGER_ENABLED=false make clean build

FROM alpine AS run
RUN apk add bash curl jq
RUN apk add bash curl jq libstdc++
COPY contrib/images/simd-env/wrapper.sh /usr/bin/wrapper.sh

VOLUME /simd
Expand Down

0 comments on commit bea7571

Please sign in to comment.