Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
Acme Dns
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
t-personal
Acme Dns
Commits
9f896759
Commit
9f896759
authored
7 years ago
by
Leon Kyneur
Committed by
Joona Hoikkala
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
reinstall ca-certificates (#39)
parent
476f6fc5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+1
-0
1 addition, 0 deletions
Dockerfile
with
1 addition
and
0 deletions
Dockerfile
+
1
−
0
View file @
9f896759
...
@@ -14,6 +14,7 @@ COPY --from=builder /go/src/github.com/joohoi/acme-dns .
...
@@ -14,6 +14,7 @@ COPY --from=builder /go/src/github.com/joohoi/acme-dns .
RUN
mkdir
-p
/etc/acme-dns
RUN
mkdir
-p
/etc/acme-dns
RUN
mkdir
-p
/var/lib/acme-dns
RUN
mkdir
-p
/var/lib/acme-dns
RUN
rm
-rf
./config.cfg
RUN
rm
-rf
./config.cfg
RUN
apk
--no-cache
add ca-certificates
&&
update-ca-certificates
VOLUME
["/etc/acme-dns", "/var/lib/acme-dns"]
VOLUME
["/etc/acme-dns", "/var/lib/acme-dns"]
ENTRYPOINT
["./acme-dns"]
ENTRYPOINT
["./acme-dns"]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment