test if this fixes #8

This commit is contained in:
C4illin
2024-05-29 12:24:21 +02:00
parent 84977f8581
commit 800103412a
3 changed files with 5 additions and 1 deletions

View File

@@ -12,4 +12,5 @@ helm-charts
.env
.editorconfig
.idea
coverage*
coverage*
data

View File

@@ -30,6 +30,9 @@ LABEL maintainer="Emrik Östling (C4illin)"
LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
LABEL repo="https://github.com/C4illin/ConvertX"
RUN mkdir data
RUN chmod 755 data
# install additional dependencies
RUN rm -rf /var/lib/apt/lists/partial && apt-get update -o Acquire::CompressionTypes::Order::=gz \
&& apt-get install -y \

View File