mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Fix for bug that forces all Go binaries to be based on Go 1.8 (the default)
This commit is contained in:
parent
ab7d1bf72f
commit
6725e787b0
11 changed files with 40 additions and 25 deletions
|
|
@ -1,11 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -xeo pipefail
|
||||
set -xeuo pipefail
|
||||
IFS=$'\n\t'
|
||||
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
apt-get update
|
||||
apt-get install -yq --no-install-recommends \
|
||||
make gcc g++ locales \
|
||||
$PACKAGES
|
||||
git-core pandoc texlive-latex-recommended texlive-xetex \
|
||||
texlive-fonts-recommended lmodern ed file curl
|
||||
|
||||
apt-get autoremove -yq
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue