Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
03f4518d
Unverified
Commit
03f4518d
authored
Apr 23, 2018
by
neil
Committed by
GitHub
Apr 23, 2018
Browse files
Merge pull request #1553 from OlegRakovitch/patch-2
Add missing package to docker image
parents
66686de4
8259e827
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
03f4518d
...
@@ -3,6 +3,7 @@ FROM alpine:3.6
...
@@ -3,6 +3,7 @@ FROM alpine:3.6
RUN
apk update
-f
\
RUN
apk update
-f
\
&&
apk
--no-cache
add
-f
\
&&
apk
--no-cache
add
-f
\
openssl
\
openssl
\
coreutils
\
curl
\
curl
\
socat
\
socat
\
&&
rm
-rf
/var/cache/apk/
*
&&
rm
-rf
/var/cache/apk/
*
...
...
Write
Preview
Markdown
is supported
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