Skip to content
Snippets Groups Projects
Unverified Commit ba36e418 authored by Dominique Marcadet's avatar Dominique Marcadet
Browse files

add unzip and nano as basic tools

parent d6f7248a
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,15 @@ ENV TZ=Europe/Paris
ARG DEBIAN_FRONTEND=noninteractive
RUN \
echo "**** install runtime dependencies ****" && \
echo "**** install needed tools and dependencies ****" && \
apt-get update && \
apt-get upgrade -y && \
apt-get install -y \
nginx \
apache2-utils \
openssh-server
nano \
nginx \
openssh-server \
unzip
RUN \
sed -i 's/worker_processes auto;/worker_processes 1;/' /etc/nginx/nginx.conf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment