mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Revert "Merge branch 'add-autoconf-and-libtool' into 'master'"
This reverts merge request !154
This commit is contained in:
parent
d715f2f56e
commit
b6ca640791
9 changed files with 9 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update -q \
|
||||
&& apt-get install -y autoconf autopoint g++ gcc git make curl zlib1g-dev libssl-dev locales\
|
||||
&& apt-get install -y g++ gcc git make 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