diff --git a/Dockerfile b/Dockerfile index c2cb8a3..4c7b4ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -28,8 +28,8 @@ RUN go build -a -installsuffix cgo -ldflags="-s -w" -o /binaries/rpdata-logpaste # Use alpine linux FROM alpine:3.7 -# Install certificates to enable HTTPS GET requests -RUN apk add --no-cache ca-certificates +# Install certificates to enable HTTPS GET requests, and tzdata for logpaste +RUN apk add --no-cache ca-certificates tzdata # Copy build files into final container COPY --from=build-server /binaries/* /usr/local/bin/