red.Dockerfile

This commit is contained in:
2019-09-23 02:00:48 -04:00
parent fac29c733f
commit 7e51064a73
+11
View File
@@ -0,0 +1,11 @@
FROM kennethreitz/bake:core
# -- Install latest Bake.
RUN set -ex && \
pip3 install bake-cli --upgrade --quiet > /dev/null
# -- Really slim down that image.
RUN set -ex && \
rm -fr /var/lib/apt/lists
ENTRYPOINT [ "red" ]