mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00: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 /
|
ADD dist/docker_tidy-*.whl /
|
||||||
|
|
||||||
RUN \
|
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 --upgrade --no-cache-dir pip && \
|
||||||
pip install --no-cache-dir --find-links=. docker-tidy && \
|
pip install --no-cache-dir --find-links=. docker-tidy && \
|
||||||
rm -f docker_tidy-*.whl && \
|
rm -f docker_tidy-*.whl && \
|
||||||
|
Loading…
Reference in New Issue
Block a user