Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTyton authored Jan 13, 2024
1 parent 4cf448b commit 628a530
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,10 @@ RUN echo "**** s6 omsta;; ****" && \
wget -P /tmp/ https://github.com/just-containers/s6-overlay/releases/download/v2.2.0.3/${s6_package} && \
tar -xzf /tmp/${s6_package} -C /

RUN echo "*** Install FFF ***" && \
set -x && \
RUN set -x && \
if [ -z ${FFF_RELEASE} ]; then \
echo "FFF Using Default Release"; \
python3 -m pip --no-cache-dir install FanFicFare; \
else \
echo "FF Using ${FFF_RELEASE} Release"; \
python3 -m pip --no-cache-dir install --extra-index-url https://testpypi.python.org/pypi FanFicFare==${FFF_RELEASE}; \
fi
RUN echo "*** Install Other Python Packages ***" && \
Expand Down

0 comments on commit 628a530

Please sign in to comment.