install tzdata because of dependency in go program
This commit is contained in:
@@ -5,6 +5,7 @@ COPY . .
|
|||||||
RUN go build
|
RUN go build
|
||||||
FROM alpine
|
FROM alpine
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
COPY --from=builder /build/wo-bisch-web /build/wo-bisch-web
|
COPY --from=builder /build/wo-bisch-web /build/wo-bisch-web
|
||||||
COPY snippets snippets
|
COPY snippets snippets
|
||||||
COPY templates templates
|
COPY templates templates
|
||||||
|
|||||||
Reference in New Issue
Block a user