Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Dockerfiles
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Picasoft
Technique
Dockerfiles
Commits
6b69814c
Unverified
Commit
6b69814c
authored
Nov 17, 2020
by
Quentin Duchemin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Etherpad] Remove useless Python dependency
parent
5be9232d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
pica-etherpad/CHANGELOG.md
pica-etherpad/CHANGELOG.md
+2
-0
pica-etherpad/Dockerfile
pica-etherpad/Dockerfile
+0
-4
No files found.
pica-etherpad/CHANGELOG.md
View file @
6b69814c
...
...
@@ -4,6 +4,8 @@ Ajout d'un script de suppression externe pour la suppression des pads, pour évi
Séparation des fichiers Compose en deux dossiers différents pour plus de clarté et éviter de lancer les deux instances simultanément par erreur.
Passage de Node 10 à Node 14 pour profiter des améliorations, et en particulier des
`worker_threads`
utilisés par
`threads.js`
.
## Version 1.8.4
Double bump :
...
...
pica-etherpad/Dockerfile
View file @
6b69814c
...
...
@@ -13,9 +13,6 @@ ARG ETHERPAD_PLUGINS="\
ep_pads_stats ep_prompt_for_name ep_set_title_on_pad \
ep_subscript_and_superscript"
RUN
apt-get update
&&
\
apt-get
install
-y
\
curl
\
...
...
@@ -24,7 +21,6 @@ RUN apt-get update && \
libssl-dev
\
optipng
\
pkg-config
\
python
\
unzip
&&
\
mkdir
-p
/opt/etherpad-lite/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment