Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
2cf01c23
Unverified
Commit
2cf01c23
authored
Feb 09, 2019
by
Christian Burmeister
Committed by
GitHub
Feb 09, 2019
Browse files
Update Dockerfile
parent
227547f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2cf01c23
FROM
alpine:3.
6
FROM
alpine:3.
9
RUN
apk update
-f
\
RUN
apk update
-f
\
&&
apk
--no-cache
add
-f
\
&&
apk
--no-cache
add
-f
\
...
@@ -7,6 +7,7 @@ RUN apk update -f \
...
@@ -7,6 +7,7 @@ RUN apk update -f \
bind-tools
\
bind-tools
\
curl
\
curl
\
socat
\
socat
\
tzdata
\
&&
rm
-rf
/var/cache/apk/
*
&&
rm
-rf
/var/cache/apk/
*
ENV
LE_CONFIG_HOME /acme.sh
ENV
LE_CONFIG_HOME /acme.sh
...
...
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