evodocker/shellcheck/Dockerfile

7 lines
148 B
Docker
Raw Normal View History

2019-02-27 11:44:01 +01:00
FROM debian:stretch-slim
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
shellcheck \
&& rm -rf /var/lib/apt/lists/*