mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Automatically detect debian version
This commit is contained in:
parent
1f350b34f9
commit
1ef6c55491
4 changed files with 8 additions and 9 deletions
|
|
@ -5,7 +5,7 @@ set -xeuo pipefail
|
|||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
DOCKER_VERSION=${1}
|
||||
DEBIAN_VERSION=${2:-buster}
|
||||
DEBIAN_VERSION=$(lsb_release -c -s)
|
||||
|
||||
apt-get update
|
||||
apt-get -y install \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue