Fix Docker build: gcc is no longer included in python alpine image
This commit is contained in:
parent
78c2f122e0
commit
c909f5d5cc
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
FROM python:3-alpine as docs
|
FROM python:3-alpine as docs
|
||||||
ADD . /usr/src/app/shaarli
|
ADD . /usr/src/app/shaarli
|
||||||
RUN cd /usr/src/app/shaarli \
|
RUN cd /usr/src/app/shaarli \
|
||||||
|
&& apk add --no-cache gcc musl-dev \
|
||||||
&& pip install --no-cache-dir mkdocs \
|
&& pip install --no-cache-dir mkdocs \
|
||||||
&& mkdocs build --clean
|
&& mkdocs build --clean
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue