Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore: Ignore DL4006 with Theia Dockerfile (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored Jul 17, 2020
1 parent 4bf7e27 commit fc44e93
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .hadolint.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
ignored:
- DL3004
- DL3006
- DL3007
- DL3008
- DL3015
- DL3016
- SC2035
- DL3004
- DL3006
- DL3007
- DL3008
- DL3015
- DL3016
- SC2035
1 change: 1 addition & 0 deletions theia/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:18.04 AS builder

# install development tools
# hadolint ignore=DL4006
RUN apt-get update \
&& apt-get install -y \
curl \
Expand Down

0 comments on commit fc44e93

Please sign in to comment.