Brooklyn/gnuk/docker/Dockerfile.check
Scare Crowe 9cbba792a1 GNUK
2021-05-27 00:21:07 +05:00

8 lines
153 B
Docker

FROM gnuk:latest
LABEL Description="Image for checking gnuK"
RUN apt install -y shellcheck
RUN apt install -y clang libfindbin-libs-perl
RUN apt clean