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