Skip to content
Snippets Groups Projects
Commit ecd47ed2 authored by Marin Jankovski's avatar Marin Jankovski
Browse files

Add unzip to the build machines.

parent 9402821f
No related branches found
No related tags found
1 merge request!32Add unzip to the build machines.
Loading
Loading
@@ -29,7 +29,8 @@ RUN yum install -y -q \
python-setuptools-devel \
python-devel \
ccache \
distcc
distcc \
unzip
 
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
Loading
Loading
Loading
Loading
@@ -29,7 +29,8 @@ RUN yum install -y -q \
python-setuptools-devel \
python-devel \
ccache \
distcc
distcc \
unzip
 
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
Loading
Loading
Loading
Loading
@@ -32,6 +32,7 @@ RUN apt-get update -q \
python-dev \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
Loading
Loading
@@ -36,7 +36,8 @@ RUN zypper -q -n install \
python-setuptools \
timezone \
rpmbuild \
ccache
ccache \
unzip
 
# perl-devel python-setuptools-devel
 
Loading
Loading
Loading
Loading
@@ -37,7 +37,8 @@ RUN zypper -q -n install \
timezone \
rpmbuild \
ccache \
distcc
distcc \
unzip
 
# perl-devel python-setuptools-devel
 
Loading
Loading
Loading
Loading
@@ -32,6 +32,7 @@ RUN apt-get update -q \
python-dev \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
Loading
Loading
@@ -42,6 +42,7 @@ RUN apt-get update -q \
python-dev \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
Loading
Loading
@@ -44,6 +44,7 @@ RUN apt-get update -q \
python-dev \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
Loading
Loading
@@ -32,6 +32,7 @@ RUN apt-get update -q \
python-dev \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
Loading
Loading
@@ -32,6 +32,7 @@ RUN apt-get update -q \
python-dev \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
Loading
Loading
@@ -33,6 +33,7 @@ RUN apt-get update -q \
python-setuptools \
ccache \
distcc \
unzip \
apt-transport-https
 
RUN echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment