Skip to content

Commit 8067741

Browse files
Add tzdata dependency to Turing Router (#318)
* Add installation of tzdata * Add inline comment in Dockerfile
1 parent 8f650f2 commit 8067741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engines/router/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ FROM alpine:latest
3535
ARG BIN_NAME=turing-router
3636
ENV BIN_NAME ${BIN_NAME}
3737

38+
# This dependency installed is not used directly by the router but acts as a basic dependency for the experiment engine
39+
RUN apk update && apk add tzdata
3840
RUN addgroup -S app && adduser -S app -G app
3941
WORKDIR /app
4042
RUN chown -R app:app /app

0 commit comments

Comments
 (0)