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 \
70
70
gpg --keyserver "$server" --recv-keys AFEEAEA3 && break || echo "Trying new server..." \
71
71
; done \
72
72
&& 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 \
80
80
&& apt-get clean \
81
81
&& apt-get autoremove -y \
82
82
curl \
You can’t perform that action at this time.
0 commit comments