mirror of
https://github.com/hadolint/hadolint-action.git
synced 2024-08-16 10:09:53 +02:00
5 lines
91 B
Text
5 lines
91 B
Text
|
FROM debian:buster
|
||
|
|
||
|
# emits an info and a warning level violation.
|
||
|
RUN apt-get install foo
|