3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-15 19:55:53 +00:00
Brooklyn/gnuk/docker/Dockerfile.check

8 lines
153 B
Docker
Raw Normal View History

2022-04-02 18:17:33 +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