mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add hostname package to Amazon Linux 2 image
Signed-off-by: Balasankar "Balu" C <balasankar@gitlab.com>
This commit is contained in:
parent
0089899f11
commit
6eac967a11
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ FROM amazonlinux:2 as builder
|
|||
RUN yum update -y -q \
|
||||
&& yum groupinstall -y "Development Tools" \
|
||||
&& yum install -y \
|
||||
gcc gcc-c++ git make curl zlib-devel openssl-devel glibc-locale-source \
|
||||
gcc gcc-c++ git make curl zlib-devel openssl-devel glibc-locale-source hostname \
|
||||
&& yum clean all
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue