Skip to content

Commit

Permalink
migrate to Debian slim base image
Browse files Browse the repository at this point in the history
  • Loading branch information
rez0n committed Apr 26, 2022
1 parent 297576b commit 3484102
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Container image that runs your code
FROM python:3.10.2-alpine3.15
FROM python:3.10-slim

RUN apk --update add build-base libffi-dev
RUN pip install --no-cache-dir pygithub
COPY entrypoint.py /entrypoint.py

Expand Down

0 comments on commit 3484102

Please sign in to comment.