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
fd368fab
Commit
fd368fab
authored
Jan 21, 2022
by
EorlBruder
Committed by
Roman Brendler
Mar 25, 2022
Browse files
ref(docker): added netcat to support healthchecks
parent
49cdea03
Changes
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
View file @
fd368fab
...
...
@@ -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 ca-certificates
\
&&
apt-get
install
-y
-q
--no-install-recommends
ffmpeg ca-certificates
netcat
\
&&
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