Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
odoo_docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Container registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Le Filament
odoo_docker
Commits
20ab1c4a
Commit
20ab1c4a
authored
6 years ago
by
remi-filament
Browse files
Options
Downloads
Patches
Plain Diff
Fix wkhtml installation
parent
a2543e7c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
10.0.Dockerfile
+1
-1
1 addition, 1 deletion
10.0.Dockerfile
with
1 addition
and
1 deletion
10.0.Dockerfile
+
1
−
1
View file @
20ab1c4a
...
@@ -40,7 +40,7 @@ RUN set -x; \
...
@@ -40,7 +40,7 @@ RUN set -x; \
curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.jessie_amd64.deb &&\
curl -o wkhtmltox.deb -SL https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.jessie_amd64.deb &&\
echo '4d104ff338dc2d2083457b3b1e9baab8ddf14202 wkhtmltox.deb' | sha1sum -c - &&\
echo '4d104ff338dc2d2083457b3b1e9baab8ddf14202 wkhtmltox.deb' | sha1sum -c - &&\
apt-get update &&\
apt-get update &&\
apt-get install -y --no-install-recommends ./
wkhtmltox.deb &&\
dpkg --install
wkhtmltox.deb &&\
apt-get install -y --no-install-recommends postgresql-client &&\
apt-get install -y --no-install-recommends postgresql-client &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\
apt-get install -y --no-install-recommends ${APT_DEPS} &&\
curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
curl https://bootstrap.pypa.io/get-pip.py | python /dev/stdin &&\
...
...
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