Skip to content
Snippets Groups Projects
Commit ec7e72a0 authored by Éloïs's avatar Éloïs
Browse files

add zip and tar

parent 3f853a22
Branches
Tags v0.0.4
No related merge requests found
Pipeline #
...@@ -4,8 +4,9 @@ MAINTAINER elois <elois@ifee.fr> ...@@ -4,8 +4,9 @@ MAINTAINER elois <elois@ifee.fr>
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
ENV CUSTOM_VAR_ENV value ENV CUSTOM_VAR_ENV value
RUN apt-get update; \ RUN apt-get update && \
apt-get install -y build-essential curl python-pip sudo pkg-config libssl-dev apt-get install -y build-essential curl python-pip pkg-config libssl-dev sudo tar zip && \
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN useradd --create-home -s /bin/bash user RUN useradd --create-home -s /bin/bash user
WORKDIR /home/user WORKDIR /home/user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment