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
0bf70c02
Commit
0bf70c02
authored
3 years ago
by
Pierre Ozoux
Browse files
Options
Downloads
Patches
Plain Diff
Removes gisicle.
parent
ac03ee72
No related branches found
No related tags found
No related merge requests found
Pipeline
#652
canceled with stage
in 13 minutes and 49 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile
+0
-2
0 additions, 2 deletions
Dockerfile
install/gifsicle
+0
-9
0 additions, 9 deletions
install/gifsicle
with
0 additions
and
11 deletions
Dockerfile
+
0
−
2
View file @
0bf70c02
...
...
@@ -8,7 +8,6 @@ ENV RAILS_ENV=production \
DISCOURSE_REDIS_HOST=redis \
DISCOURSE_SERVE_STATIC_ASSETS=true \
DISCOURSE_VERSION=${DISCOURSE_VERSION} \
GIFSICLE_VERSION=1.92 \
PNGQUANT_VERSION=2.12.5 \
PNGCRUSH_VERSION=1.8.13 \
JEMALLOC_NEW=3.6.0 \
...
...
@@ -68,7 +67,6 @@ RUN curl http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | apt-key add - \
# Validate install
&& ruby -Eutf-8 -e "v = \`convert -version\`; %w{png tiff jpeg freetype}.each { |f| unless v.include?(f); STDERR.puts('no ' + f + ' support in imagemagick'); exit(-1); end }" \
&& /tmp/install/pngcrush \
&& /tmp/install/gifsicle \
&& /tmp/install/pngquant \
&& addgroup --gid 1000 discourse \
&& adduser --system --uid 1000 --ingroup discourse --shell /bin/bash discourse \
...
...
This diff is collapsed.
Click to expand it.
install/gifsicle
deleted
100755 → 0
+
0
−
9
View file @
ac03ee72
#!/bin/bash -e
cd
/tmp
curl
-O
http://www.lcdf.org/gifsicle/gifsicle-
$GIFSICLE_VERSION
.tar.gz
tar
zxf gifsicle-
$GIFSICLE_VERSION
.tar.gz
cd
gifsicle-
$GIFSICLE_VERSION
./configure
make
install
cd
/
rm
-fr
/tmp/gifsicle
*
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