Fix arm pandoc test

This commit is contained in:
Ayaz Salikhov
2022-01-23 14:43:28 +03:00
parent 013a42fff3
commit 40df353f8e
2 changed files with 6 additions and 6 deletions

View File

@@ -28,13 +28,14 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update --yes && \
apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends \
tini \
wget \
ca-certificates \
sudo \
locales \
fonts-liberation \
run-one && \
locales \
pandoc \
run-one \
sudo \
tini \
wget && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
locale-gen

View File

@@ -62,7 +62,6 @@ PACKAGE_MAPPING = {
# List of packages that cannot be tested in a standard way
EXCLUDED_PACKAGES = [
"tini",
"python",
"hdf5",
"conda-forge::blas[build=openblas]",