balena-supervisor/Dockerfile
Christina Ying Wang 7788180df3 Rename Dockerfile.null to Dockerfile
The Docker Flowzone CI job currently only runs successfully
with `Dockerfile` and not any variants, by design.

Signed-off-by: Christina Ying Wang <christina@balena.io>
2022-09-14 12:22:14 -03:00

7 lines
321 B
Docker

# IMPORTANT: Do **not** use this Dockerfile.
# This Dockerfile only exists to allow flowzone to run docker-compose.test.yml
# but without the CI needing to do extra work building a throwaway image.
# The real build happens in the balena builder so for testing we just want
# to build up to the test stage.
FROM alpine