diff --git a/Dockerfile b/Dockerfile index cf7df1b..b44a861 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ ENV PUID="911" \ PGID="911" RUN set -x && \ - apt update && \ - apt install --no-cache --upgrade \ + apt-get update && apt-get install -y apt-transport-https && \ + apt-get install --no-cache --upgrade \ bash \ ca-certificates \ gcc \ @@ -55,7 +55,7 @@ RUN echo "**** install calibre ****" && \ dbus-uuidgen > /etc/machine-id RUN echo "**** cleanup ****" && \ - apt clean && \ + apt-get clean && \ rm -rf \ /tmp/* \ /var/lib/apt/lists/* \ @@ -63,7 +63,7 @@ RUN echo "**** cleanup ****" && \ RUN echo *** Install Packages *** && \ set -x && \ - apt install --no-cache --upgrade py-pillow && \ + apt-get install --no-cache --upgrade py-pillow && \ if [ -z ${FFF_RELEASE+x} ]; then \ python3 -m pip --no-cache-dir install FanFicFare \ else \ diff --git a/release-versions/latest.txt b/release-versions/latest.txt index 7244a35..e9dda01 100644 --- a/release-versions/latest.txt +++ b/release-versions/latest.txt @@ -1 +1 @@ -v2022.03.25-8 +v2022.03.25-9