mirror of
https://github.com/hadolint/hadolint-action.git
synced 2025-01-18 21:44:45 +01: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
|