File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,13 +70,13 @@ RUN apt-get update \
7070 gpg --keyserver "$server" --recv-keys AFEEAEA3 && break || echo "Trying new server..." \
7171 ; done \
7272 && curl -SL "$LIBREOFFICE_MIRROR_URL/$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE" -o $LIBREOFFICE_ARCHIVE \
73- && curl -SL "$LIBREOFFICE_MIRROR_URL/$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE.asc" -o $LIBREOFFICE_ARCHIVE.asc \
74- && gpg --verify "$LIBREOFFICE_ARCHIVE.asc" \
75- && mkdir /tmp/libreoffice \
76- && tar -xvf "$LIBREOFFICE_ARCHIVE" -C /tmp/libreoffice/ --strip-components=1 \
77- && dpkg -i /tmp/libreoffice/**/*.deb \
78- && rm $LIBREOFFICE_ARCHIVE* \
79- && rm -Rf /tmp/libreoffice \
73+ && curl -SL "$LIBREOFFICE_MIRROR_URL/$LIBREOFFICE_VERSION/deb/x86_64/$LIBREOFFICE_ARCHIVE.asc" -o $LIBREOFFICE_ARCHIVE.asc \
74+ && gpg --verify "$LIBREOFFICE_ARCHIVE.asc" \
75+ && mkdir /tmp/libreoffice \
76+ && tar -xvf "$LIBREOFFICE_ARCHIVE" -C /tmp/libreoffice/ --strip-components=1 \
77+ && dpkg -i /tmp/libreoffice/**/*.deb \
78+ && rm $LIBREOFFICE_ARCHIVE* \
79+ && rm -Rf /tmp/libreoffice \
8080 && apt-get clean \
8181 && apt-get autoremove -y \
8282 curl \
You can’t perform that action at this time.
0 commit comments