Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Picasoft
Technique
Dockerfiles
Commits
c53c3e6b
Commit
c53c3e6b
authored
6 years ago
by
Igor Witz
Browse files
Options
Downloads
Patches
Plain Diff
correction de la mauvais pratique 2 : ordre alphabetique
parent
ad17d280
No related branches found
Branches containing commit
No related tags found
1 merge request
!9
Correction vulnerabilites pica etherpad
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/Dockerfile-jessie
+5
-4
5 additions, 4 deletions
debian/Dockerfile-jessie
debian/Dockerfile-stretch
+6
-5
6 additions, 5 deletions
debian/Dockerfile-stretch
pica-etherpad/Dockerfile
+10
-9
10 additions, 9 deletions
pica-etherpad/Dockerfile
with
21 additions
and
18 deletions
debian/Dockerfile-jessie
+
5
−
4
View file @
c53c3e6b
...
...
@@ -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"]
This diff is collapsed.
Click to expand it.
debian/Dockerfile-stretch
+
6
−
5
View file @
c53c3e6b
...
...
@@ -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"]
This diff is collapsed.
Click to expand it.
pica-etherpad/Dockerfile
+
10
−
9
View file @
c53c3e6b
...
...
@@ -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
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment