aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index f1b543f..a9cc343 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \