Brooklyn/gnuk/docker/Dockerfile.check

8 lines
153 B
Docker
Raw Permalink Normal View History

2021-05-27 00:21:07 +05:00
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