diff options
author | Christian Segundo | 2023-12-26 17:59:34 +0100 |
---|---|---|
committer | Christian Segundo | 2023-12-26 17:59:34 +0100 |
commit | 0f12e83a6ee233fa7fabcc37534f31ab35f0ed1f (patch) | |
tree | cb984d18eb6f72e5ae5c706a095d8dca7c600d10 | |
parent | e927466fbce654682463800868cf8961a80b4c3e (diff) | |
download | nvim-0f12e83a6ee233fa7fabcc37534f31ab35f0ed1f.tar.gz |
fix linter
-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 \ |