mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +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 ubuntu:14.04
|
||||
|
||||
RUN apt-get update -q \
|
||||
&& apt-get install -y gcc git make curl zlib1g-dev libssl-dev \
|
||||
&& apt-get install -y g++ gcc git make curl zlib1g-dev libssl-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV RUBY_VERSION 2.3.3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue