mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add g++ to debian/ubuntu/opensuse
This commit is contained in:
parent
8cb83887d0
commit
402179f893
8 changed files with 8 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update -q \
|
||||
&& apt-get install -y gcc git make curl zlib1g-dev libssl1.0-dev locales \
|
||||
&& apt-get install -y g++ gcc git make curl zlib1g-dev libssl1.0-dev locales \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue