Remove patch package from runtime as it's done in rootfs now

pull/92/head
TheSpad 2022-05-27 14:31:46 +01:00
rodzic 3a7fc5e14d
commit b65cc90d9f
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 08F06191F4587860
3 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -107,7 +107,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
patch \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
@ -119,7 +118,6 @@ RUN \
/config \
/defaults && \
echo "**** cleanup ****" && \
apt-get remove -y patch && \
apt-get autoremove && \
apt-get clean && \
rm -rf \

Wyświetl plik

@ -107,7 +107,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
patch \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
@ -124,7 +123,6 @@ RUN \
"https://lsio-ci.ams3.digitaloceanspaces.com/qemu-aarch64-static" && \
chmod +x /usr/bin/qemu-aarch64-static && \
echo "**** cleanup ****" && \
apt-get remove -y patch && \
apt-get autoremove && \
apt-get clean && \
rm -rf \

Wyświetl plik

@ -107,7 +107,6 @@ RUN \
apt-get install -y \
curl \
gnupg \
patch \
tzdata && \
echo "**** generate locale ****" && \
locale-gen en_US.UTF-8 && \
@ -124,7 +123,6 @@ RUN \
"https://lsio-ci.ams3.digitaloceanspaces.com/qemu-arm-static" && \
chmod +x /usr/bin/qemu-arm-static && \
echo "**** cleanup ****" && \
apt-get remove -y patch && \
apt-get autoremove && \
apt-get clean && \
rm -rf \