Skip to content
Snippets Groups Projects
Commit 61cbbcff authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix(#157): review: apt-get clean

parent 43bfabba
No related branches found
No related tags found
1 merge request!214Resolve "Ease the installation of distance Oracle"
...@@ -84,10 +84,11 @@ LABEL maintainer="Gilles Filippini <gilles.filippini@pini.fr>" ...@@ -84,10 +84,11 @@ LABEL maintainer="Gilles Filippini <gilles.filippini@pini.fr>"
LABEL version="0.0.0" LABEL version="0.0.0"
LABEL description="Crypto-currency software (based on Substrate framework) to operate Ğ1 libre currency" LABEL description="Crypto-currency software (based on Substrate framework) to operate Ğ1 libre currency"
# Required certificates for RPC connections
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates && apt-get install -y --no-install-recommends ca-certificates
RUN update-ca-certificates RUN update-ca-certificates
RUN apt-get clean && rm -rf /var/lib/apt/lists/*
RUN adduser --home /var/lib/duniter duniter RUN adduser --home /var/lib/duniter duniter
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment