1
0
Fork 0

New Traefik Labs doc theme

This commit is contained in:
Michael 2021-01-13 11:54:04 +01:00 committed by GitHub
parent 47fb6e036a
commit ab4c93dd2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 8 additions and 1326 deletions

View file

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin
@ -6,5 +6,5 @@ COPY requirements.txt /mkdocs/
WORKDIR /mkdocs
VOLUME /mkdocs
RUN apk --no-cache --no-progress add py3-pip \
RUN apk --no-cache --no-progress add py3-pip gcc musl-dev python3-dev \
&& pip3 install --user -r requirements.txt