Skip to content

Commit 4f900fc

Browse files
committed
Install libcurl in timeboost docker container.
1 parent 52a9b22 commit 4f900fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/timeboost.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ FROM debian:bullseye-slim
1212

1313
WORKDIR /app
1414

15+
RUN apt update && apt-get install -y libcurl4
16+
1517
# Create non-root user and group
1618
RUN groupadd -r appgroup && useradd -r -g appgroup timeboostuser
1719

0 commit comments

Comments
 (0)