#477: Added timezone control to all sub-containers (orborus, worker & sdk)

This commit is contained in:
frikky
2021-08-25 11:14:55 +02:00
parent 66c1a4b114
commit cbdf225dfb
7 changed files with 17 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ RUN go build
RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o orborus .
FROM alpine:3.12
RUN apk add --no-cache bash
RUN apk add --no-cache bash tzdata
COPY --from=builder /app/ /
CMD ["./orborus"]