mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 14:13:08 +00:00
6 lines
272 B
Docker
6 lines
272 B
Docker
|
# This dockerfile is used to trick resinCI to pick up
|
||
|
# 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
|