mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
red.Dockerfile
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user