diff --git a/stylus-verifier/Dockerfile b/stylus-verifier/Dockerfile index 55a8815d6..974c408d5 100644 --- a/stylus-verifier/Dockerfile +++ b/stylus-verifier/Dockerfile @@ -18,7 +18,9 @@ COPY --from=cache $CARGO_HOME $CARGO_HOME RUN cargo build --release FROM ubuntu:20.04 AS run -RUN apt-get update && apt-get install -y libssl1.1 libssl-dev ca-certificates +RUN apt-get update && \ + apt-get install -y libssl1.1 libssl-dev ca-certificates curl && \ + curl -sSL https://get.docker.com/ | sh WORKDIR /app ENV APP_USER=app