Fix Docker
This commit is contained in:
parent
34be5b61f4
commit
3b42b9032c
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN ./script/compile
|
|||
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add —no-cache curl
|
||||
RUN apk add -U curl
|
||||
RUN mkdir -p /usr/local/bin
|
||||
COPY --from=BASE /opt/bb /usr/local/bin/bb
|
||||
CMD ["bb"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue