Skip to content

Commit e908268

Browse files
cuttlefishgadomski
authored andcommitted
Install make in the dev container for the docs build
1 parent 9d95423 commit e908268

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docker/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ RUN pip install --prefix=/install . \
2222

2323

2424
FROM base AS dev
25+
# Install make for the docs build
26+
RUN apt-get update \
27+
&& apt-get install -y make \
28+
&& rm -rf /var/lib/apt/lists/*
2529
COPY --from=dep_builder /install /opt/conda
2630
RUN conda install -c conda-forge pandoc && conda clean -af
2731
COPY requirements-dev.txt ./

0 commit comments

Comments
 (0)