mirror of
https://github.com/docker/cli.git
synced 2025-08-29 00:47:54 +03:00
full diff: https://github.com/koalaman/shellcheck/compare/v0.7.0...v0.7.1 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
170 B
Docker
6 lines
170 B
Docker
FROM koalaman/shellcheck-alpine:v0.7.1
|
|
RUN apk add --no-cache bash make
|
|
WORKDIR /go/src/github.com/docker/cli
|
|
ENV DISABLE_WARN_OUTSIDE_CONTAINER=1
|
|
COPY . .
|