You've already forked wakapi-readme-stats
fix: add gcc to alpine dependencies
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM nikolaik/python-nodejs:python3.8-nodejs12-alpine
|
FROM nikolaik/python-nodejs:python3.8-nodejs12-alpine
|
||||||
|
|
||||||
|
RUN apk update && apk add --no-cache gcc
|
||||||
|
|
||||||
# Install dependencies.
|
# Install dependencies.
|
||||||
ADD requirements.txt /requirements.txt
|
ADD requirements.txt /requirements.txt
|
||||||
ADD main.py /main.py
|
ADD main.py /main.py
|
||||||
|
|||||||
Reference in New Issue
Block a user