mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add build tools to omnibus images
This commit is contained in:
parent
512fe2191f
commit
e2e647d544
9 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian:wheezy
|
||||
|
||||
RUN apt-get update -q \
|
||||
&& apt-get install -y g++ gcc git make libc6-dev curl zlib1g-dev libssl-dev locales \
|
||||
&& apt-get install -y autoconf autopoint g++ gcc git make libc6-dev curl zlib1g-dev libssl-dev locales \
|
||||
&& apt-get autoremove -yq \
|
||||
&& apt-get clean -yqq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue