mirror of
https://github.com/DrewThomasson/ebook2audiobook.git
synced 2026-01-10 06:18:02 -05:00
Update Dockerfile
This commit is contained in:
@@ -3,7 +3,7 @@ ARG BASE_IMAGE=base
|
||||
FROM ${BASE} AS base
|
||||
|
||||
# Set environment PATH for local installations
|
||||
ENV PATH="/root/.local/bin:$PATH"
|
||||
#ENV PATH="/root/.local/bin:$PATH"
|
||||
# Set non-interactive mode to prevent tzdata prompt
|
||||
#ENV DEBIAN_FRONTEND=noninteractive
|
||||
# Install system packages
|
||||
|
||||
Reference in New Issue
Block a user