Include curl in Docker image
This commit is contained in:
parent
07d71d0869
commit
34be5b61f4
1 changed files with 2 additions and 1 deletions
|
|
@ -13,8 +13,9 @@ COPY . .
|
||||||
RUN ./script/compile
|
RUN ./script/compile
|
||||||
|
|
||||||
|
|
||||||
FROM busybox:musl
|
FROM alpine:latest
|
||||||
|
|
||||||
|
RUN apk add —no-cache curl
|
||||||
RUN mkdir -p /usr/local/bin
|
RUN mkdir -p /usr/local/bin
|
||||||
COPY --from=BASE /opt/bb /usr/local/bin/bb
|
COPY --from=BASE /opt/bb /usr/local/bin/bb
|
||||||
CMD ["bb"]
|
CMD ["bb"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue