Clean apt cache in advance
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
KingOfDog 2023-06-05 06:17:11 +00:00
parent 94a7251db0
commit 8455fa1bdb

View File

@ -4,6 +4,7 @@ ARG PANDOC_VERSION=3.0.1
ARG PANDOC_CROSSREF_VERSION=v0.3.15.0
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get clean
RUN apt-get update \
&& apt-get install -y wget xz-utils
RUN mkdir download \