Skip to content
Snippets Groups Projects
Commit c53c3e6b authored by Igor Witz's avatar Igor Witz
Browse files

correction de la mauvais pratique 2 : ordre alphabetique

parent ad17d280
No related branches found
No related tags found
1 merge request!9Correction vulnerabilites pica etherpad
......@@ -4,12 +4,13 @@ MAINTAINER antoinebarbare@gmail.com
RUN apt-get update -y
RUN apt-get install -y vim \
locate \
git \
curl \
wget \
git \
gpg \
locate \
nano \
gnupg
vim \
wget
ENV TERM xterm
CMD ["/bin/bash"]
......@@ -3,13 +3,14 @@ FROM debian:stretch
MAINTAINER antoinebarbare@gmail.com
RUN apt-get update -y
RUN apt-get install -y vim \
locate \
git \
RUN apt-get install -y
curl \
wget \
git \
gpg \
locate \
nano \
gpg
vim \
wget
ENV TERM xterm
CMD ["/bin/bash"]
......@@ -13,16 +13,16 @@ RUN useradd -d /opt/etherpad-lite -u 1000 etherpad && \
curl -sL https://deb.nodesource.com/setup_9.x | bash - && \
apt-get update && \
apt-get install -y \
nodejs \
unzip \
mysql-client \
gzip \
git \
build-essentials \
curl \
python \
git \
gzip \
libssl-dev \
mysql-client \
nodejs \
pkg-config \
build-essential && \
python \
unzip && \
rm -r /var/lib/apt/lists/* && \
curl -SL https://github.com/ether/etherpad-lite/archive/${ETHERPAD_VERSION}.zip > etherpad.zip && \
unzip etherpad && \
......@@ -46,12 +46,13 @@ RUN bin/installDeps.sh && \
ep_font_color \
ep_headings2 \
ep_markdown \
ep_pads_stats \
ep_page_view \
ep_spellcheck \
ep_subscript_and_superscript \
ep_table_of_contents \
ep_user_font_size \
ep_pads_stats
ep_user_font_size
RUN cd ~/src/templates && \
git clone https://framagit.org/DeBugs/picasoft-etherpad-landing-page.git && \
......
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