Tomishinets Vladimir 4 years ago
parent
commit
80b13d4fa2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      nodeweb/Dockerfile

+ 2 - 1
nodeweb/Dockerfile

@@ -12,4 +12,5 @@ RUN wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | apt-key add -
     && npm install ruby --save \
     && mkdir /root/.ssh \
     && printf "Host git.alfatell.ru \n\tStrictHostKeyChecking no" > /root/.ssh/config \
-    && localedef -i ru_RU -f UTF-8 ru_RU.UTF-8
+    && localedef -i ru_RU -f UTF-8 ru_RU.UTF-8 \
+    && rm -rf /var/lib/apt/lists/*