mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 06:45:05 +01:00
undo removing a required library
This commit is contained in:
parent
c0915a3dee
commit
0051d9f76e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ RUN apt-get update \
|
|||
&& pipenv install --system --deploy --ignore-pipfile \
|
||||
&& pipenv --clear \
|
||||
&& pip3 uninstall -y pipenv \
|
||||
&& apt-get -y purge build-essential libqpdf-dev libxslt1-dev \
|
||||
&& apt-get -y purge build-essential libqpdf-dev \
|
||||
&& apt-get -y autoremove --purge \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& mkdir /var/log/supervisord /var/run/supervisord
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue