remove get

master
MrTyton 3 years ago
parent 19245ef0e0
commit f831f48928

@ -10,8 +10,8 @@ ENV PUID="911" \
PGID="911" PGID="911"
RUN set -x && \ RUN set -x && \
apt-get update && \ apt update && \
apt-get install --no-cache --upgrade \ apt install --no-cache --upgrade \
bash \ bash \
ca-certificates \ ca-certificates \
gcc \ gcc \
@ -55,7 +55,7 @@ RUN echo "**** install calibre ****" && \
dbus-uuidgen > /etc/machine-id dbus-uuidgen > /etc/machine-id
RUN echo "**** cleanup ****" && \ RUN echo "**** cleanup ****" && \
apt-get clean && \ apt clean && \
rm -rf \ rm -rf \
/tmp/* \ /tmp/* \
/var/lib/apt/lists/* \ /var/lib/apt/lists/* \
@ -63,7 +63,7 @@ RUN echo "**** cleanup ****" && \
RUN echo *** Install Packages *** && \ RUN echo *** Install Packages *** && \
set -x && \ set -x && \
apt-get install --no-cache --upgrade py-pillow && \ apt install --no-cache --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 @@
v2022.03.25-7 v2022.03.25-8

Loading…
Cancel
Save