apt-get update
This commit is contained in:
parent
4b453fbd0a
commit
a4077112be
@ -4,6 +4,7 @@ set -ex
|
||||
|
||||
install_deps() {
|
||||
if [[ ${DOCKER} == "i" ]]; then
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
ca-certificates curl
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user