setup: remove unused dependencies

This commit is contained in:
Julian Oes
2020-01-16 10:51:24 +01:00
committed by Lorenz Meier
parent 8353d609cb
commit 26d4169b7c

View File

@@ -34,9 +34,7 @@ if [ -f /.dockerenv ]; then
echo "Running within docker, installing initial dependencies";
apt-get --quiet -y update && apt-get --quiet -y install \
ca-certificates \
curl \
gnupg \
gosu \
lsb-core \
sudo \
wget \