Skip to content

Commit

Permalink
chore(ci): don't cache installed packages in runtime image (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
cario-dev authored May 23, 2024
1 parent 551a945 commit d1cb92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN make build

FROM alpine:3.16.1

RUN apk add curl jq bash vim
RUN apk add --no-cache curl jq bash vim

COPY --from=go-builder /app/build/dymd /usr/local/bin/

Expand Down

0 comments on commit d1cb92e

Please sign in to comment.