Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
discourse
Manage
Activity
Members
Labels
Plan
Issues
9
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
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
libre.sh
docker
discourse
Commits
6412b0de
Commit
6412b0de
authored
3 years ago
by
Timothee Gosselin
Browse files
Options
Downloads
Patches
Plain Diff
Add oxipng
parent
ec00ef1e
No related branches found
No related tags found
No related merge requests found
Pipeline
#834
canceled with stage
in 10 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+6
-0
6 additions, 0 deletions
Dockerfile
with
6 additions
and
0 deletions
Dockerfile
+
6
−
0
View file @
6412b0de
...
...
@@ -85,6 +85,12 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
#&& apt-get autoremove -y \
&& rm -rf /var/lib/apt/lists/*
RUN
mkdir
/oxipng-install
&&
cd
/oxipng-install
&&
\
wget https://github.com/shssoichiro/oxipng/releases/download/v5.0.0/oxipng-5.0.0-x86_64-unknown-linux-musl.tar.gz
&&
\
tar
-xzf
oxipng-5.0.0-x86_64-unknown-linux-musl.tar.gz
&&
cd
oxipng-5.0.0-x86_64-unknown-linux-musl
&&
\
cp
oxipng /usr/local/bin
&&
\
cd
/
&&
rm
-rf
/oxipng-install
RUN
cd
/home/discourse/discourse/plugins
\
&&
for
plugin
in
$(
cat
/tmp/install/plugin-list
)
;
do
\
git clone
$plugin
;
\
...
...
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