contrib: Dockerfile: add shellcheck

This commit is contained in:
Martin Weinelt 2019-12-29 15:54:27 +01:00
parent 600e67350a
commit 2c071657ac
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ RUN apt update && apt install -y --no-install-recommends \
time \
ecdsautils \
lua-check \
shellcheck \
&& rm -rf /var/lib/apt/lists/*
RUN useradd -d /gluon gluon