Add unzip and print installed packages
This commit is contained in:
@@ -37,8 +37,9 @@ RUN set -Eeuxo pipefail && \
|
|||||||
RUN set -Eeuxo pipefail && \
|
RUN set -Eeuxo pipefail && \
|
||||||
apt -yq update && \
|
apt -yq update && \
|
||||||
printf "Updated apt lists and upgraded packages\n\n" && \
|
printf "Updated apt lists and upgraded packages\n\n" && \
|
||||||
apt -yq install --no-install-recommends ssh lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https libyaml-0-2 zstd && \
|
apt -yq install --no-install-recommends ssh lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https libyaml-0-2 zstd unzip && \
|
||||||
printf "Installed base utils" && \
|
printf "Installed base utils" && \
|
||||||
|
dpkg-query -f '${binary:Package}\n' -W && \
|
||||||
printf "Cleaning image" && \
|
printf "Cleaning image" && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
|||||||
@@ -39,8 +39,9 @@ RUN set -Eeuxo pipefail && \
|
|||||||
printf "Build started" && \
|
printf "Build started" && \
|
||||||
apt -yq update && \
|
apt -yq update && \
|
||||||
printf "Updated apt lists and upgraded packages\n\n" && \
|
printf "Updated apt lists and upgraded packages\n\n" && \
|
||||||
apt -yq install --no-install-recommends lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https zstd && \
|
apt -yq install --no-install-recommends lsb-release gawk jq curl git wget sudo gnupg-agent ca-certificates software-properties-common apt-transport-https zstd unzip && \
|
||||||
printf "Installed base utils" && \
|
printf "Installed base utils" && \
|
||||||
|
dpkg-query -f '${binary:Package}\n' -W && \
|
||||||
printf "Cleaning image" && \
|
printf "Cleaning image" && \
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/* && \
|
rm -rf /var/lib/apt/lists/* && \
|
||||||
|
|||||||
Reference in New Issue
Block a user