mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-18 15:32:56 +00:00
Fix arm pandoc test
This commit is contained in:
@@ -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
|
||||
|
@@ -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]",
|
||||
|
Reference in New Issue
Block a user