Skip to content
GitLab
Menu
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
8ed8917f
Commit
8ed8917f
authored
Nov 21, 2018
by
Mathieu Giraud
Browse files
Merge branch 'feature-s/docker_gosu' into 'dev'
vidjil-server/Dockerfile use newer GOSU version See merge request
!358
parents
8f38936d
2553f69a
Pipeline
#50763
passed with stages
in 6 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/vidjil-server/Dockerfile
View file @
8ed8917f
...
...
@@ -4,7 +4,7 @@ label version="1.1"
label
description="An Ubuntu based docker image which comes \
with a full installation of the Vidjil algoright and browser/server."
env
GOSU_VERSION 1.
7
env
GOSU_VERSION 1.
10
run
set
-x
\
&&
apt-get update
&&
apt-get
install
-y
--no-install-recommends
ca-certificates wget cron unzip make python ipython python-enum34 python-requests git python-ijson libyajl2 python-cffi gnupg2
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
wget
-O
/usr/local/bin/gosu
"https://github.com/tianon/gosu/releases/download/
$GOSU_VERSION
/gosu-
$(
dpkg
--print-architecture
)
"
\
...
...
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