Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Fixes for GCC errors
  • Loading branch information
JayDoubleu authored Apr 14, 2020
1 parent 97b0506 commit 05aa8dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM python:3.8-alpine

ENV AWSCLI_VERSION='1.17.1'

RUN apk add build-base

RUN pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION}
RUN pip install --quiet --no-cache-dir mkdocs

Expand Down

0 comments on commit 05aa8dc

Please sign in to comment.