Skip to content

Commit fc58de9

Browse files
committed
working Dockerfile
1 parent 1836b03 commit fc58de9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ RUN pip install -r requirements.txt
2222

2323
FROM python:3.13.2-alpine3.21
2424

25+
WORKDIR /de-denker
26+
27+
RUN apk add --no-cache libgomp libstdc++-dev
28+
2529
COPY --from=build /usr/local/lib/python3.13/site-packages /usr/local/lib/python3.13/site-packages
2630
COPY --from=build /usr/local/bin /usr/local/bin
2731

0 commit comments

Comments
 (0)