mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
2 lines
55 B
Docker
2 lines
55 B
Docker
FROM alpine:3
|
|
RUN ["apk", "--no-cache", "add", "bash"]
|