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.
2 parents 68ff85e + a61e023 commit b629693Copy full SHA for b629693
.aws-architecture
@@ -0,0 +1 @@
1
+linux/amd64
Dockerfile
@@ -1,8 +1,7 @@
FROM python:3.13-slim
2
-# update Dockerfile for test-of-existing-repo branch
3
4
RUN apt-get update && \
5
- apt-get install -y --no-install-recommends git ca-certificates && \
+ apt-get install -y --no-install-recommends nano ca-certificates && \
6
rm -rf /var/lib/apt/lists/*
7
8
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
0 commit comments