Skip to content

Commit 8701253

Browse files
committed
remove pandoc from docker install because of python pandoc binary install
1 parent 3bedc67 commit 8701253

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ FROM python-base as python-builder
3737
# Install our dependencies
3838
RUN apk update
3939
RUN apk add git
40-
RUN apk add pandoc
4140
RUN apk add build-base linux-headers
4241

4342
# Python dependencies

0 commit comments

Comments
 (0)