remove cmake from dockerfile
This commit is contained in:
parent
1ee6f1f88a
commit
38ce851200
|
|
@ -4,7 +4,6 @@ USER root
|
|||
|
||||
RUN apk add --no-cache git
|
||||
RUN apk add --no-cache python3 py3-pip make g++
|
||||
RUN apk add --no-cache cmake
|
||||
# needed for pdfjs-dist
|
||||
RUN apk add --no-cache build-base cairo-dev pango-dev
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue