Skip to content

Commit

Permalink
cd .. before rm -rf (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacdermaidsap authored Apr 25, 2024
1 parent ab716f2 commit 3019d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ RUN apk add --no-cache --virtual .build-deps \
&& make \
&& make install_fips \
&& apk del .build-deps \
&& rm -rf openssl-${OPENSSL_VERSION}.tar.gz openssl-${OPENSSL_VERSION}
&& cd .. && rm -rf openssl-${OPENSSL_VERSION}.tar.gz openssl-${OPENSSL_VERSION}

COPY openssl.cnf /etc/ssl/openssl.cnf

0 comments on commit 3019d15

Please sign in to comment.