1
0
Fork 0

Fix bad docker commands
continuous-integration/drone/push Build is passing Details

master
Ambrose Chua 2019-08-04 05:30:06 +08:00
parent ed19c269c4
commit 166206ce02
Signed by: ambrose
GPG Key ID: B34FBE029276BA5D
1 changed files with 2 additions and 2 deletions

View File

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