mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
setup: remove unused dependencies
This commit is contained in:
@@ -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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user