Skip to content

Commit 05bc917

Browse files
committed
rm failing packages
1 parent c77846a commit 05bc917

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Dockerfile22

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,11 @@ RUN \
6060
apt-get install -y bc byobu curl git htop zlib1g logrotate man msmtp msmtp-mta mailutils pwgen sudo rsync unzip vim wget xvfb zip && \
6161
apt-get install -y hashcash libssh2-1 openssl openssh-server openssh-client ufw && \
6262
apt-get install -y libhdf5-serial-dev libpcre2-dev libbz2-dev zlib1g-dev liblzma-dev libicu-dev libgbm1 && \
63-
apt-get install -y fonts-liberation python-gi-cairo webp libwebp-dev && \
63+
apt-get install -y fonts-liberation webp libwebp-dev && \
6464
rm -rf /var/lib/apt/lists/*
6565

66+
## apt-get install -y python-gi-cairo ## NOT WORKING
67+
6668
# libzip4 -> php-zip ???
6769
# https://wiki.ubuntuusers.de/jq/
6870
# https://wlanboy.com/tutorial/rabbitmq-bash/

Dockerfile24

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ RUN \
5656
apt-get update && \
5757
apt-get -y upgrade && \
5858
apt-get install -y apt-transport-https build-essential g++ gcc inotify-tools locales libc-dev make software-properties-common swig expect && \
59-
apt-get install -y util-linux rename jq amqp-tools calc bash xdg-utils rich && \
59+
apt-get install -y util-linux rename jq amqp-tools calc bash xdg-utils && \
6060
apt-get install -y bc byobu curl git htop zlib1g logrotate man msmtp msmtp-mta mailutils pwgen sudo rsync unzip vim wget xvfb zip && \
6161
apt-get install -y hashcash libssh2-1 openssl openssh-server openssh-client ufw && \
6262
apt-get install -y libhdf5-serial-dev libpcre2-dev libbz2-dev zlib1g-dev liblzma-dev libicu-dev libtirpc-dev libgbm1 && \
6363
apt-get install -y fonts-liberation python-gi-cairo webp libwebp-dev && \
6464
rm -rf /var/lib/apt/lists/*
6565

66+
## apt-get install -y rich # NOT WORKING
67+
6668
# libzip4 -> php-zip ???
6769
# https://wiki.ubuntuusers.de/jq/
6870
# https://wlanboy.com/tutorial/rabbitmq-bash/

Dockerfile26

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,15 @@ RUN \
6161
apt-get update && \
6262
apt-get -y upgrade && \
6363
apt-get install -y apt-transport-https build-essential g++ gcc inotify-tools locales libc-dev make software-properties-common swig expect && \
64-
apt-get install -y util-linux rename jq amqp-tools calc bash xdg-utils rich && \
64+
apt-get install -y util-linux rename jq amqp-tools calc bash xdg-utils && \
6565
apt-get install -y bc byobu curl git htop zlib1g logrotate man msmtp msmtp-mta mailutils pwgen sudo rsync unzip vim wget xvfb zip && \
6666
apt-get install -y hashcash libssh2-1 openssl openssh-server openssh-client ufw && \
6767
apt-get install -y libhdf5-serial-dev libpcre2-dev libbz2-dev zlib1g-dev liblzma-dev libicu-dev libtirpc-dev libgbm1 && \
6868
apt-get install -y fonts-liberation python-gi-cairo webp libwebp-dev && \
6969
rm -rf /var/lib/apt/lists/*
7070

71+
## apt-get install -y rich # NOT WORKING
72+
7173
# libzip4 -> php-zip ???
7274
# https://wiki.ubuntuusers.de/jq/
7375
# https://wlanboy.com/tutorial/rabbitmq-bash/

0 commit comments

Comments
 (0)