Update 'Dockerfile'

This commit is contained in:
sam 2023-06-06 18:36:07 +00:00
parent 83895e3689
commit 4cfbdf2138

View File

@ -52,7 +52,7 @@ RUN echo "**** s6 omsta;; ****" && \
tar -xzf /tmp/${s6_package} -C / tar -xzf /tmp/${s6_package} -C /
RUN echo *** Install Packages *** && \ RUN echo *** Install Packages *** && \
#set -x && \ set -x && \
#if [ -z ${FFF_RELEASE} ]; then \ #if [ -z ${FFF_RELEASE} ]; then \
# echo "FFF Using Default Release"; \ # echo "FFF Using Default Release"; \
# python3 -m pip --no-cache-dir install FanFicFare; \ # python3 -m pip --no-cache-dir install FanFicFare; \