Skip to content

Commit 3a21084

Browse files
committed
Update Dockerfile
1 parent 3c6838a commit 3a21084

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,7 @@ WORKDIR /build
1414

1515
COPY --from=build /code/main .
1616

17+
RUN apk add --no-cache curl wget && \
18+
rm -rf /var/cache/apk/*
19+
1720
CMD ["./main"]

0 commit comments

Comments
 (0)