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 52a9b22 commit 4f900fcCopy full SHA for 4f900fc
docker/timeboost.Dockerfile
@@ -12,6 +12,8 @@ FROM debian:bullseye-slim
12
13
WORKDIR /app
14
15
+RUN apt update && apt-get install -y libcurl4
16
+
17
# Create non-root user and group
18
RUN groupadd -r appgroup && useradd -r -g appgroup timeboostuser
19
0 commit comments