Skip to content

Commit

Permalink
changes base image
Browse files Browse the repository at this point in the history
  • Loading branch information
mhausenblas authored Dec 25, 2019
1 parent 97b86fd commit fadfed2
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
FROM alpine:3.10
FROM squidfunk/mkdocs-material:4.6.0
LABEL maintainer="Michael Hausenblas, hausenbl@amazon.com"

COPY action.sh /action.sh

RUN apk add --no-cache python3 bash git && \
pip3 install --upgrade pip && \
pip3 install mkdocs && \
chmod +x /action.sh
RUN apk add --no-cache bash && chmod +x /action.sh

ENTRYPOINT ["/action.sh"]

0 comments on commit fadfed2

Please sign in to comment.