Skip to content

Commit

Permalink
docker-base-20240701-2
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Jul 1, 2024
1 parent f145474 commit 48c3ffb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y && apt-get -yq upgrade && \
apt-get install -y libpng-dev libjpeg-dev p7zip-full unrar-free libgl1 && \
python -m pip install --upgrade pip && \
python -m venv /opt/venv && \
source /opt/venv/bin/activate && \
python -m pip install -r /opt/kcc/requirements.txt


Expand Down Expand Up @@ -67,6 +68,7 @@ RUN set -x && \
python -m pip install --upgrade pip && \
# python -m pip install -r /opt/kcc/requirements.txt && \
python -m venv /opt/venv && \
source /opt/venv/bin/activate && \
python -m pip install --upgrade pillow python-slugify psutil raven mozjpeg_lossless_optimization packaging python-slugify Pillow natsort


Expand Down Expand Up @@ -124,6 +126,7 @@ RUN set -x && \
python -m pip install --upgrade pip && \
# python -m pip install -r /opt/kcc/requirements.txt && \
python -m venv /opt/venv && \
source /opt/venv/bin/activate && \
python -m pip install --upgrade pillow python-slugify psutil raven mozjpeg_lossless_optimization packaging python-slugify Pillow natsort

######################################################################################
Expand Down Expand Up @@ -157,5 +160,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-20240701 > /IMAGE_VERSION
echo docker-base-20240701-2 > /IMAGE_VERSION

0 comments on commit 48c3ffb

Please sign in to comment.