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 \