Skip to content

Commit

Permalink
Update dockerfile.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VarshaUN authored Dec 1, 2024
1 parent 6ba5e73 commit 989c621
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/packagedcode/dockerfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@

class DockerfileHandler(models.DatafileHandler):
datasource_id = 'dockerfile_oci_labels'
default_package_type = 'docker-image'
path_patterns = ('Dockerfile', 'containerfile', '*.dockerfile')


@classmethod
def parse(cls, location, package_only=False):
"""
Expand Down

0 comments on commit 989c621

Please sign in to comment.