mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-21 19:50:40 +00:00
add g++ as build dependency to the dockerfile
This commit is contained in:
parent
e6e3e00605
commit
f7d7b3a5aa
@ -11,7 +11,7 @@ ENV PY_COLORS=1
|
||||
ADD dist/docker_tidy-*.whl /
|
||||
|
||||
RUN \
|
||||
apk --update add --virtual .build-deps gcc && \
|
||||
apk --update add --virtual .build-deps gcc g++ && \
|
||||
pip install --upgrade --no-cache-dir pip && \
|
||||
pip install --no-cache-dir --find-links=. docker-tidy && \
|
||||
rm -f docker_tidy-*.whl && \
|
||||
|
Loading…
Reference in New Issue
Block a user