Merge pull request #1508 from ArthurHoaro/fix/docker-build-gcc
Fix Docker build: gcc is no longer included in python alpine image
This commit is contained in:
commit
b8e3630f2e
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