Fix order in Dockerfile

This commit is contained in:
Michiel Borkent 2021-05-10 23:25:01 +02:00
parent a8528e4a4a
commit 562922a586

View file

@ -53,8 +53,8 @@ ENV BABASHKA_STATIC=$BABASHKA_STATIC
COPY . . COPY . .
RUN ./script/uberjar RUN ./script/uberjar
RUN ./script/compile
RUN ./script/setup-musl RUN ./script/setup-musl
RUN ./script/compile
FROM ubuntu:latest FROM ubuntu:latest
RUN apt-get update && apt-get install -y curl \ RUN apt-get update && apt-get install -y curl \