Commit 3b01c7c0 by nabil el mahiri

new clean docker file

parent 80201a3f
Pipeline #482 failed with stages
in 5 minutes 23 seconds
...@@ -12,8 +12,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \ ...@@ -12,8 +12,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update && \
# Installing supervisord # Installing supervisord
RUN apt-get install -y supervisor && \ RUN apt-get install -y supervisor && \
apt-get install -y gnupg2 && \ apt-get install -y gnupg2 && \
apt-get install -y gnupg2 && \
apt-get install -yq ssh && \ apt-get install -yq ssh && \
apt-get install -yq tree && \
apt-get install -y openssh-server && \ apt-get install -y openssh-server && \
apt-get install -yq redis-server apt-get install -yq redis-server
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment