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
6433f0a2
Commit
6433f0a2
authored
3 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
[ADD] xmlsec1 for auth_saml
parent
6f3ca96d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
14.0.Dockerfile
+2
-1
2 additions, 1 deletion
14.0.Dockerfile
with
2 additions
and
1 deletion
14.0.Dockerfile
+
2
−
1
View file @
6433f0a2
...
...
@@ -13,7 +13,8 @@ RUN set -x; \
git
\
gnupg
\
npm
\
openssh-client
&&
\
openssh-client
\
xmlsec1
&&
\
echo
'deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main'
>>
/etc/apt/sources.list.d/postgresql.list
&&
\
curl
-SL
https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
&&
\
curl
-o
wkhtmltox.deb
-SL
https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.buster_amd64.deb
&&
\
...
...
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