Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
00be3fea
Commit
00be3fea
authored
Oct 20, 2020
by
Mikaël Salson
Browse files
vidjil-client/Dockerfile: install ca-certificates
parent
b627685e
Pipeline
#179411
passed with stages
in 17 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/vidjil-client/Dockerfile
View file @
00be3fea
...
...
@@ -7,7 +7,7 @@ with a full installation of the Vidjil client."
run
sed
-i
's/^\(user .*\)$/user www-data;/'
/etc/nginx/nginx.conf
run
set
-x
\
&&
apt-get update
&&
apt-get
install
-y
--no-install-recommends
wget make unzip git
sudo
curl fcgiwrap
&&
rm
-rf
/var/lib/apt/lists/
*
&&
apt-get update
&&
apt-get
install
-y
--no-install-recommends
wget make unzip git
sudo
curl
ca-certificates
fcgiwrap
&&
rm
-rf
/var/lib/apt/lists/
*
arg
git_branch=dev
arg
remote_repo=https://gitlab.inria.fr/vidjil/vidjil.git
...
...
Mathieu Giraud
@magiraud
mentioned in merge request
!962 (merged)
·
May 05, 2021
mentioned in merge request
!962 (merged)
mentioned in merge request !962
Toggle commit list
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment