a lot of changes
This commit is contained in:
@@ -5,6 +5,17 @@ ENV SCRIPT=$SCRIPT
|
||||
|
||||
WORKDIR /code
|
||||
|
||||
RUN apk add --no-cache \
|
||||
glib \
|
||||
gdk-pixbuf \
|
||||
pango \
|
||||
cairo \
|
||||
libffi \
|
||||
shared-mime-info \
|
||||
fontconfig \
|
||||
ttf-dejavu \
|
||||
ttf-liberation
|
||||
|
||||
COPY requirements.txt /code/requirements.txt
|
||||
|
||||
RUN uv pip install -r requirements.txt
|
||||
@@ -16,5 +27,3 @@ COPY ./resources/scripts/$SCRIPT /code/$SCRIPT
|
||||
RUN chmod +x /code/resources/scripts/$SCRIPT
|
||||
|
||||
CMD sh /code/resources/scripts/$SCRIPT
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user