Skip to content

Commit

Permalink
Clean apt cache after install
Browse files Browse the repository at this point in the history
  • Loading branch information
dappnodedev committed Jul 10, 2024
1 parent d5b6356 commit c1ed0fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/web3signer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ ARG NETWORK
ARG STAKER_SCRIPTS_VERSION

USER root
RUN apt-get update && apt-get install ca-certificates --yes

RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates && apt-get clean

COPY entrypoint.sh /usr/local/bin/entrypoint.sh

Expand Down

0 comments on commit c1ed0fe

Please sign in to comment.