diff options
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ +# hadolint ignore=DL3007 FROM alpine:latest ARG NEOVIM_VERSION=- +# hadolint ignore=DL3018 RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \ apk update && \ apk --no-cache add \ |