Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gkazakov111 committed May 15, 2020
1 parent 969579a commit 94f817e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ RUN VERSION="version=$(git describe --tag --always 2> /dev/null)" \
&& mv systemAttributes.template /systemAttributes.template \
&& mv usageTickets.template /usageTickets.template


# Multi-stage build - copy certs and the binary into the image
FROM alpine
WORKDIR /
COPY --from=0 /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
Expand Down

0 comments on commit 94f817e

Please sign in to comment.