Skip to content

Commit 057d690

Browse files
authored
Merge pull request #2 from omsf/feat/remove-alpine
feat: remove alpine from Docker image
2 parents 5b436b7 + 7b093ad commit 057d690

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
FROM python:3.12-alpine
1+
FROM python:3.12
22

33
ENV PYTHONUNBUFFERED=1
4-
RUN apk add --no-cache git openssh-client
54
RUN mkdir app
65
COPY . /app
76
RUN pip install --no-cache-dir /app

0 commit comments

Comments
 (0)