add back recommended deps

This commit is contained in:
aptalca 2022-10-05 12:21:53 -04:00
parent ad7b7bfcf6
commit 3be76d82ea
5 changed files with 5 additions and 3 deletions

View File

@ -14,7 +14,7 @@ ENV HOME="/config"
RUN \
echo "**** install runtime dependencies ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y \
git \
jq \
libatomic1 \

View File

@ -14,7 +14,7 @@ ENV HOME="/config"
RUN \
echo "**** install runtime dependencies ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y \
git \
jq \
libatomic1 \

View File

@ -14,7 +14,7 @@ ENV HOME="/config"
RUN \
echo "**** install runtime dependencies ****" && \
apt-get update && \
apt-get install -y --no-install-recommends \
apt-get install -y \
git \
jq \
libatomic1 \

View File

@ -256,6 +256,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
## Versions
* **05.10.22:** - Install recommended deps to maintain parity with the older images.
* **29.09.22:** - Rebase to jammy, switch to s6v3. Fix chown logic to skip `/config/workspace` contents.
* **20.02.22:** - Install using the official tarballs.
* **29.12.21:** - Add `install-extension` as a helper for mods to install extensions.

View File

@ -75,6 +75,7 @@ app_setup_block: |
# changelog
changelogs:
- { date: "05.10.22:", desc: "Install recommended deps to maintain parity with the older images." }
- { date: "29.09.22:", desc: "Rebase to jammy, switch to s6v3. Fix chown logic to skip `/config/workspace` contents." }
- { date: "20.02.22:", desc: "Install using the official tarballs." }
- { date: "29.12.21:", desc: "Add `install-extension` as a helper for mods to install extensions." }