mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Merge branch 'add-hostname-to-opensuse42-3' into 'master'
Add hostname executable to OpenSuse 42.3 See merge request gitlab-org/gitlab-build-images!171
This commit is contained in:
commit
7c8c5c4b43
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM opensuse:42.3
|
|||
RUN zypper -q -n --gpg-auto-import-keys update \
|
||||
&& zypper -q -n in -t pattern devel_perl devel_basis \
|
||||
&& zypper -q -n install \
|
||||
gcc gcc-c++ git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale \
|
||||
gcc gcc-c++ git make curl zlib-devel libopenssl-devel glibc-i18ndata glibc-locale hostname \
|
||||
&& zypper clean -a
|
||||
|
||||
ENV LANG en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue