Port and sudo for local tar
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-01-26 23:12:50 +01:00
parent 542658d73e
commit 777bb38fab
2 changed files with 2 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ RUN apk --no-cache --update add \
perl perl-archive-zip perl-xml-rss perl-cgi perl-file-listing perl-json-xs \
expat samba-client iputils openssh openssl rrdtool ttf-dejavu \
msmtp lighttpd lighttpd-mod_auth apache2-utils tzdata libstdc++ libgomp \
gzip pigz encfs \
gzip pigz encfs sudo \
&& apk --no-cache --update -X http://dl-cdn.alpinelinux.org/alpine/edge/community add par2cmdline \
# Install backuppc build dependencies
&& apk --no-cache --update --virtual build-dependencies add \

View File

@@ -128,6 +128,7 @@ export BACKUPPC_UUID
export BACKUPPC_GUID
export BACKUPPC_USERNAME
export BACKUPPC_GROUPNAME
export BACKUPPC_PORT
# Exec given CMD in Dockerfile
cd /home/backuppc