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"; echo "Running within docker, installing initial dependencies";
apt-get --quiet -y update && apt-get --quiet -y install \ apt-get --quiet -y update && apt-get --quiet -y install \
ca-certificates \ ca-certificates \
curl \
gnupg \ gnupg \
gosu \
lsb-core \ lsb-core \
sudo \ sudo \
wget \ wget \