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
8e36695b
Unverified
Commit
8e36695b
authored
Jun 22, 2019
by
neil
Committed by
GitHub
Jun 22, 2019
Browse files
Merge pull request #2182 from maxemann96/oath
Added oathtool to Dockerfile
parents
a2738e85
2e2e0561
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
8e36695b
FROM
alpine:3.
9
FROM
alpine:3.
10
RUN
apk update
-f
\
RUN
apk update
-f
\
&&
apk
--no-cache
add
-f
\
&&
apk
--no-cache
add
-f
\
...
@@ -8,6 +8,7 @@ RUN apk update -f \
...
@@ -8,6 +8,7 @@ RUN apk update -f \
curl
\
curl
\
socat
\
socat
\
tzdata
\
tzdata
\
oath-toolkit-oathtool
\
tar
\
tar
\
&&
rm
-rf
/var/cache/apk/
*
&&
rm
-rf
/var/cache/apk/
*
...
@@ -22,7 +23,7 @@ RUN cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/
...
@@ -22,7 +23,7 @@ RUN cd /install_acme.sh && ([ -f /install_acme.sh/acme.sh ] && /install_acme.sh/
RUN
ln
-s
/root/.acme.sh/acme.sh /usr/local/bin/acme.sh
&&
crontab
-l
|
grep
acme.sh |
sed
's#> /dev/null##'
| crontab -
RUN
ln
-s
/root/.acme.sh/acme.sh /usr/local/bin/acme.sh
&&
crontab
-l
|
grep
acme.sh |
sed
's#> /dev/null##'
| crontab -
RUN for
verb
in
help
\
RUN for
verb
in
help
\
version
\
version
\
install
\
install
\
uninstall
\
uninstall
\
...
...
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