mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-26 13:36:44 +00:00
Add apt cleanup steps
This commit is contained in:
parent
474acb3d7b
commit
4244311f1d
1 changed files with 3 additions and 1 deletions
|
@ -12,7 +12,9 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends cu
|
||||||
gpg \
|
gpg \
|
||||||
gpg-agent \
|
gpg-agent \
|
||||||
wget \
|
wget \
|
||||||
ca-certificates
|
ca-certificates \
|
||||||
|
&& apt-get clean \
|
||||||
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Switch to /tmp for verification and install
|
# Switch to /tmp for verification and install
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
|
|
Loading…
Reference in a new issue