Skip to content

Commit

Permalink
Install pandoc via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
steffengraber authored Feb 8, 2024
1 parent 10ba284 commit ffbfbc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/base/Dockerfile-build-base
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
libzmq3-dev \
llvm-dev \
openmpi-bin \
pandoc \
pep8 \
python3-dev \
python3-h5py \
Expand All @@ -53,7 +52,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
# update-alternatives --remove-all python && \
update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && \
update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 10 && \
python3 -m pip install --upgrade pip setuptools wheel mock
python3 -m pip install --upgrade pip setuptools wheel mock pandoc


# Install music
Expand Down

0 comments on commit ffbfbc2

Please sign in to comment.