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

add zip and tar

parent 3f853a22
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -4,8 +4,9 @@ MAINTAINER elois <elois@ifee.fr>
ENV DEBIAN_FRONTEND noninteractive
ENV CUSTOM_VAR_ENV value
RUN apt-get update; \
apt-get install -y build-essential curl python-pip sudo pkg-config libssl-dev
RUN apt-get update && \
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
WORKDIR /home/user
......
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