mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add apt-get update to install docker
This commit is contained in:
parent
f01ff2114b
commit
38a1021068
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ export DEBIAN_FRONTEND=noninteractive
|
|||
|
||||
DOCKER_VERSION=${1}
|
||||
|
||||
apt-get update
|
||||
apt-get -y install \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue