We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b208a3e commit 69e46abCopy full SHA for 69e46ab
docker/make/Dockerfile
@@ -1,7 +1,7 @@
1
FROM mihxil/npo-pyapi:latest
2
3
RUN apk add --no-cache git make bash gnuplot && \
4
- RUN pip3 install chevron
+ pip3 install chevron
5
# chevron is mustache engine, used by python/vpro \
6
7
ENTRYPOINT ["/bin/bash"]
0 commit comments