update Dockerfile (#11461)
This commit is contained in:
parent
090c3322a5
commit
77f755bbe1
@ -21,10 +21,11 @@ ENV RUST_BACKTRACE 1
|
|||||||
RUN set -eux; \
|
RUN set -eux; \
|
||||||
apt-get update; \
|
apt-get update; \
|
||||||
apt-get install -y --no-install-recommends \
|
apt-get install -y --no-install-recommends \
|
||||||
file curl jq; \
|
file curl jq ca-certificates; \
|
||||||
# apt cleanup
|
# apt cleanup
|
||||||
apt-get autoremove -y; \
|
apt-get autoremove -y; \
|
||||||
apt-get clean; \
|
apt-get clean; \
|
||||||
|
update-ca-certificates; \
|
||||||
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*; \
|
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/*; \
|
||||||
# add user
|
# add user
|
||||||
groupadd -g 1000 parity; \
|
groupadd -g 1000 parity; \
|
||||||
|
Loading…
Reference in New Issue
Block a user