mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Fix apt-get install
This commit is contained in:
parent
aefaed4d90
commit
6dad0f0c69
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,8 @@
|
||||||
set -xeo pipefail
|
set -xeo pipefail
|
||||||
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install curl wget build-essential \
|
apt-get install -y \
|
||||||
|
curl wget build-essential \
|
||||||
libssl-dev libyaml-dev libreadline6-dev zlib1g-dev \
|
libssl-dev libyaml-dev libreadline6-dev zlib1g-dev \
|
||||||
libncurses5-dev libffi-dev libgdbm3 libgdbm-dev \
|
libncurses5-dev libffi-dev libgdbm3 libgdbm-dev \
|
||||||
ca-certificates libyaml-dev checkinstall libxml2-dev \
|
ca-certificates libyaml-dev checkinstall libxml2-dev \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue