Fix Docker

This commit is contained in:
Michiel Borkent 2020-03-08 17:50:51 +01:00
parent 34be5b61f4
commit 3b42b9032c

View file

@ -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"]