diff --git a/Dockerfile b/Dockerfile index 73d3fe8..75addd2 100755 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,8 @@ LABEL org.label-schema.schema-version="1.0" # copy binary and ca certs COPY --from=build /paste /paste -RUN apt-get update - && apt-get install -y libssl-dev +RUN apt-get update \ + && apt-get install -y libssl-dev \ && rm -rf /var/lib/apt/lists COPY --from=build /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt