Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
docker
cmake-qt5-qommando
Commits
aeb64fd0
Commit
aeb64fd0
authored
Dec 14, 2021
by
Wouter
Browse files
Fix broken certificate chain
In base Ubuntu image? Without this recent Let's Encrypt certs are not accepted
parent
31be4be7
Pipeline
#422
passed with stages
in 2 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
aeb64fd0
...
...
@@ -2,7 +2,10 @@ FROM haffmans/cmake-qt5:latest
MAINTAINER
Wouter Haffmans <wouter@simply-life.net>
WORKDIR
/
RUN
wget
"https://git.simply-life.net/packages/ubuntu/xenial/qommando-master.tar.bz2"
-O
/tmp/qommando-master.tar.bz2
\
# Disable mozilla/DST_Root_CA_X3.crt - it interferes with the newer Let's Encrypt certificates
RUN
sed
-i
's@mozilla/DST_Root_CA_X3.crt@!mozilla/DST_Root_CA_X3.crt@'
/etc/ca-certificates.conf
\
&&
update-ca-certificates
\
&&
wget
"https://git.simply-life.net/packages/ubuntu/xenial/qommando-master.tar.bz2"
-O
/tmp/qommando-master.tar.bz2
\
&&
tar
-jxvf
/tmp/qommando-master.tar.bz2
\
&&
rm
/tmp/qommando-master.tar.bz2
...
...
Write
Preview
Supports
Markdown
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