Skip to content

Commit

Permalink
feat: add build-base to builder image
Browse files Browse the repository at this point in the history
ciso needs this
  • Loading branch information
jonkerj committed Jul 12, 2021
1 parent 99b4bfd commit 13c0626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM python:3.8-alpine as base

# Build
FROM base as builder
RUN apk add build-base
RUN python -m venv /venv
ENV PATH="/venv/bin:$PATH"
COPY requirements.txt /venv
Expand Down

0 comments on commit 13c0626

Please sign in to comment.