Dockerfile: add guilt and sort packages

Signed-off-by: Piotr Król <piotr.krol@3mdeb.com>
This commit is contained in:
Piotr Król
2024-11-23 23:31:51 +01:00
parent 1b75f3b01c
commit e351cb673e
+3 -2
View File
@@ -6,9 +6,8 @@ RUN apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
gpg \
guilt \
imagemagick \
uuid-runtime \
unzip \
libxcb-icccm4 \
libxcb-image0 \
libxcb-keysyms1 \
@@ -20,6 +19,8 @@ RUN apt-get update && \
libxcb-xinerama0 \
libxcb-xkb1 \
libxkbcommon-x11-0 \
unzip \
uuid-runtime \
&& \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*