test if this fixes #8
This commit is contained in:
parent
84977f8581
commit
800103412a
3 changed files with 5 additions and 1 deletions
|
|
@ -12,4 +12,5 @@ helm-charts
|
||||||
.env
|
.env
|
||||||
.editorconfig
|
.editorconfig
|
||||||
.idea
|
.idea
|
||||||
coverage*
|
coverage*
|
||||||
|
data
|
||||||
|
|
@ -30,6 +30,9 @@ LABEL maintainer="Emrik Östling (C4illin)"
|
||||||
LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
|
LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
|
||||||
LABEL repo="https://github.com/C4illin/ConvertX"
|
LABEL repo="https://github.com/C4illin/ConvertX"
|
||||||
|
|
||||||
|
RUN mkdir data
|
||||||
|
RUN chmod 755 data
|
||||||
|
|
||||||
# install additional dependencies
|
# install additional dependencies
|
||||||
RUN rm -rf /var/lib/apt/lists/partial && apt-get update -o Acquire::CompressionTypes::Order::=gz \
|
RUN rm -rf /var/lib/apt/lists/partial && apt-get update -o Acquire::CompressionTypes::Order::=gz \
|
||||||
&& apt-get install -y \
|
&& apt-get install -y \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue