5 lines
79 B
Docker
5 lines
79 B
Docker
FROM scratch
|
|
# scratch itself can't be run.
|
|
|
|
# This seems like a no-op:
|
|
CMD []
|