We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f650f2 commit 8067741Copy full SHA for 8067741
engines/router/Dockerfile
@@ -35,6 +35,8 @@ FROM alpine:latest
35
ARG BIN_NAME=turing-router
36
ENV BIN_NAME ${BIN_NAME}
37
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
40
RUN addgroup -S app && adduser -S app -G app
41
WORKDIR /app
42
RUN chown -R app:app /app
0 commit comments