mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
8 lines
153 B
Docker
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
|