diff --git a/Dockerfile b/Dockerfile index 02f45e2c..e42f31f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,8 +53,8 @@ ENV BABASHKA_STATIC=$BABASHKA_STATIC COPY . . RUN ./script/uberjar -RUN ./script/compile RUN ./script/setup-musl +RUN ./script/compile FROM ubuntu:latest RUN apt-get update && apt-get install -y curl \