Skip to content

Commit b629693

Browse files
authored
Merge pull request #18 from MITLibraries/add-arch-file
Add .aws-architecture file
2 parents 68ff85e + a61e023 commit b629693

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.aws-architecture

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
linux/amd64

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM python:3.13-slim
2-
# update Dockerfile for test-of-existing-repo branch
32

43
RUN apt-get update && \
5-
apt-get install -y --no-install-recommends git ca-certificates && \
4+
apt-get install -y --no-install-recommends nano ca-certificates && \
65
rm -rf /var/lib/apt/lists/*
76

87
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv

0 commit comments

Comments
 (0)