yes
This commit is contained in:
parent
4013512b16
commit
ba4cf4b6a9
@ -11,7 +11,7 @@ ENV PUID="911" \
|
|||||||
|
|
||||||
RUN set -x && \
|
RUN set -x && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install --upgrade \
|
apt-get install -y --upgrade \
|
||||||
bash \
|
bash \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
gcc \
|
gcc \
|
||||||
@ -35,7 +35,7 @@ RUN set -x && \
|
|||||||
|
|
||||||
RUN echo "**** install calibre ****" && \
|
RUN echo "**** install calibre ****" && \
|
||||||
set -x && \
|
set -x && \
|
||||||
apt-get install calibre && \
|
apt-get install -y calibre && \
|
||||||
dbus-uuidgen > /etc/machine-id
|
dbus-uuidgen > /etc/machine-id
|
||||||
|
|
||||||
RUN echo "**** cleanup ****" && \
|
RUN echo "**** cleanup ****" && \
|
||||||
@ -60,7 +60,7 @@ RUN echo "**** s6 omsta;; ****" && \
|
|||||||
|
|
||||||
RUN echo *** Install Packages *** && \
|
RUN echo *** Install Packages *** && \
|
||||||
set -x && \
|
set -x && \
|
||||||
apt-get install --upgrade py-pillow && \
|
apt-get install -y --upgrade py-pillow && \
|
||||||
if [ -z ${FFF_RELEASE+x} ]; then \
|
if [ -z ${FFF_RELEASE+x} ]; then \
|
||||||
python3 -m pip --no-cache-dir install FanFicFare; \
|
python3 -m pip --no-cache-dir install FanFicFare; \
|
||||||
else \
|
else \
|
||||||
|
@ -1 +1 @@
|
|||||||
2022.03.26-02
|
2022.03.26-03
|
||||||
|
Loading…
Reference in New Issue
Block a user