Skip to content

Commit

Permalink
Add alpine-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Nov 21, 2020
1 parent 45abde3 commit 35a3e81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helpers/requirements/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ COPY . /entry/requirements
WORKDIR /entry

RUN \
python3 -m pip --disable-pip-version-check install -U \
apk add --no-cache alpine-sdk \
\
&& python3 -m pip --disable-pip-version-check install -U \
setuptools \
pip \
&& python3 -m pip install \
Expand Down

0 comments on commit 35a3e81

Please sign in to comment.