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 2508941 commit 8e25c68Copy full SHA for 8e25c68
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM python:3.10.5-slim
+FROM python:3.11.1-slim
2
3
RUN apt-get update && \
4
- apt-cache madison git | awk '{print $3}'| xargs -i apt-get install -y --no-install-recommends git={} && \
+ apt-cache madison git | awk 'END {print $3}' | xargs -i apt-get install -y --no-install-recommends git={} && \
5
rm -rf /var/lib/apt/lists/*
6
7
COPY main.py entrypoint.sh requirements.txt /
0 commit comments