Skip to content

Commit

Permalink
Update Dockerfile-base
Browse files Browse the repository at this point in the history
  • Loading branch information
axu2 committed Jan 29, 2024
1 parent 33fed66 commit c8ff88e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ RUN set -x && \
&& \
# Install required python modules
python -m pip install --upgrade pip && \
# python -m pip install -r /opt/kcc/requirements.txt && \
python -m pip install -r /opt/kcc/requirements.txt && \
python -m venv /opt/venv && \
python -m pip install --upgrade pillow python-slugify psutil raven mozjpeg-lossless-optimization
# python -m pip install --upgrade pillow python-slugify psutil raven mozjpeg-lossless-optimization


######################################################################################
Expand Down Expand Up @@ -120,9 +120,9 @@ RUN set -x && \
&& \
# Install required python modules
python -m pip install --upgrade pip && \
# python -m pip install -r /opt/kcc/requirements.txt && \
python -m pip install -r /opt/kcc/requirements.txt && \
python -m venv /opt/venv && \
python -m pip install --upgrade pillow python-slugify psutil raven mozjpeg-lossless-optimization
# python -m pip install --upgrade pillow python-slugify psutil raven mozjpeg-lossless-optimization


######################################################################################
Expand Down Expand Up @@ -156,5 +156,5 @@ WORKDIR /app
RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get -yq upgrade && \
apt-get install -y p7zip-full unrar-free && \
ln -s /app/kindlegen /bin/kindlegen && \
echo docker-base-20230809 > /IMAGE_VERSION
echo docker-base-20240127 > /IMAGE_VERSION

0 comments on commit c8ff88e

Please sign in to comment.