Browse Source

:bug: run clean after installation

China Kassapa 3 months ago
parent
commit
8e7b77ee03
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docker/python/Dockerfile

+ 3 - 3
docker/python/Dockerfile

@@ -22,9 +22,9 @@ RUN apt -y install git vim locales locales-all tzdata build-essential \
     fonts-tibetan-machine fonts-ddc-uchen fonts-monlam fonts-sambhota-tsugring fonts-sambhota-yigchung \
     imagemagick ffmpeg graphviz pandoc texlive-full \
     python${PYTHON_VERSION}-full python${PYTHON_VERSION}-dev \
-    libssl-dev libpq-dev libmysqlclient-dev
-RUN apt -y autoremove
-RUN apt -y clean
+    libssl-dev libpq-dev libmysqlclient-dev \
+    && apt -y autoremove \
+    && apt -y clean
 
 RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
 RUN locale-gen