Skip to content

Commit 4a3b30f

Browse files
committed
build essentials first bitte
1 parent 247e6dd commit 4a3b30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile-others.gh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM python:3.9-slim
2+
RUN apt update && apt install -y build-essential
23
ADD /src /src
34
RUN pip install -r /src/requirements.txt
4-
RUN apt update && apt install -y build-essential
55
RUN adduser --system --no-create-home secretmonkey
66
USER secretmonkey
77
CMD kopf run --liveness=http://0.0.0.0:8080/healthz -A /src/handlers.py

0 commit comments

Comments
 (0)