File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 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/
Original file line number Diff line number Diff 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/
Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments