mirror of
https://github.com/Steffo99/backup-duplicity.git
synced 2025-03-18 06:23:39 +00:00
Create log directory on image build
This commit is contained in:
parent
3e231cdbf0
commit
7764fa245b
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ RUN pip install --upgrade pip --break-system-packages
|
|||
RUN pip install google-auth-oauthlib google-api-python-client --break-system-packages
|
||||
RUN apk del rust musl-dev libffi-dev gcc python3-dev cargo git pkgconfig openssl-dev
|
||||
|
||||
# Create log directory
|
||||
RUN mkdir --parents --verbose /var/log/duplicity
|
||||
|
||||
WORKDIR /usr/lib/duplicity
|
||||
ENV HOME="/usr/lib/duplicity"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue