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
AURA
tank
Commits
3474500f
Commit
3474500f
authored
Jul 12, 2020
by
Christian Pointner
Browse files
docker: switch to Go 1.4 and add ca-certificates package
parent
d4287710
Pipeline
#764
passed with stages
in 14 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
3474500f
### Build Image
FROM
golang:1.1
3
-buster
FROM
golang:1.1
4
-buster
MAINTAINER
Christian Pointner <equinox@helsinki.at>
RUN
set
-e
\
...
...
@@ -24,7 +24,7 @@ MAINTAINER Christian Pointner <equinox@helsinki.at>
RUN
set
-e
\
&&
apt-get update
-q
\
&&
apt-get
install
-y
-q
--no-install-recommends
ffmpeg
\
&&
apt-get
install
-y
-q
--no-install-recommends
ffmpeg
ca-certificates
\
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
RUN
set
-e
\
...
...
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