mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-01-29 08:12:05 -05:00
update dockerfile to include archive extraction tools
This commit is contained in:
@@ -13,7 +13,7 @@ ENV IMAGE_DIRECTORY=/data/images \
|
||||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y ca-certificates gcc mime-support curl
|
||||
apt-get install -y ca-certificates gcc mime-support curl gzip unzip tar 7zip bzip2 unar
|
||||
|
||||
COPY pyproject.toml uv.lock ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user