Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! fixup! Distil…
Browse files Browse the repository at this point in the history
…l to single Dockerfile
  • Loading branch information
hairyhenderson committed Nov 1, 2019
1 parent e893ba5 commit a8bd179
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ FROM golang:1.13.3-alpine as builder

WORKDIR /src

RUN apk add --no-cache git
RUN apk add --no-cache \
git \
ca-certificates

ARG CADDY_SOURCE_VERSION=v2

Expand Down

0 comments on commit a8bd179

Please sign in to comment.