Skip to content

Commit

Permalink
Added a description.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Aug 8, 2024
1 parent 5fe2831 commit 7dea164
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM alpine:3.18

LABEL org.opencontainers.image.description="A alpine image containing python 3 with the pyapi library installed"

RUN apk add --no-cache --upgrade --virtual .build-deps gcc build-base python3-dev cargo libffi-dev openssl-dev && \
apk add --no-cache git python3 py3-pip gcc tzdata ffmpeg mediainfo && \
pip3 install cffi && \
Expand Down

0 comments on commit 7dea164

Please sign in to comment.