fix Dockerfile and INSTALLER_BIN_ABSPATH when not available on host

This commit is contained in:
Nick Sweeting 2024-10-21 03:16:07 -07:00
parent 8a2b38b46c
commit 9b7ad2cae6
No known key found for this signature in database
4 changed files with 27 additions and 23 deletions

View file

@ -303,7 +303,8 @@ RUN openssl rand -hex 16 > /etc/machine-id \
&& mkdir -p "/tmp/archivebox" \
&& chown -R "$DEFAULT_PUID:$DEFAULT_PGID" "/tmp/archivebox" \
&& mkdir -p "/usr/share/archivebox/lib" \
&& chown -R "$DEFAULT_PUID:$DEFAULT_PGID" "/usr/share/archivebox/lib" \
&& chown -R "$DEFAULT_PUID:$DEFAULT_PGID" "/usr/share/archivebox/lib"
ENV GOOGLE_API_KEY=no \
GOOGLE_DEFAULT_CLIENT_ID=no \
GOOGLE_DEFAULT_CLIENT_SECRET=no \