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 9015da1 commit 18c7d87Copy full SHA for 18c7d87
Dockerfile
@@ -35,6 +35,8 @@ RUN echo "${TASKBROKER_VERSION}" > ./VERSION
35
# Runtime image
36
FROM debian:bookworm-slim
37
38
+RUN groupadd taskbroker --gid 1000 && useradd --gid taskbroker --uid 1000 taskbroker
39
+
40
# Necessary for libssl bindings
41
RUN apt-get update && apt-get upgrade -y && apt-get install -y libssl-dev libsqlite3-dev libsqlite3-0 openssl ca-certificates
42
0 commit comments