Skip to content

Commit

Permalink
fix(Dockerfile): add an empty dummy Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hutchic committed Jan 3, 2022
1 parent edab9ac commit e210f85
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/template-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ additional:
files:
- '!README.md'
- '!**/sync.yml'
- '!Dockerfile'
8 changes: 8 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
extends: default
rules:
line-length: disable
comments: disable
indentation:
spaces: 2
indent-sequences: consistent
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM ubuntu:devel@sha256:3c3de9608507804525ff4303874525760ea36d62606e8105f515adaa761b80cb

RUN echo 'hi'

0 comments on commit e210f85

Please sign in to comment.