Skip to content

Commit

Permalink
Remove maintainer from Dockerfile
Browse files Browse the repository at this point in the history
Markus is no longer a maintainer.
  • Loading branch information
joelynch committed Oct 1, 2024
1 parent b1566f0 commit 0af4ebd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- dockerfile -*-

FROM fedora:40
MAINTAINER "Markus Stenberg <[email protected]>"

RUN dnf install -y sudo make

Expand Down
1 change: 0 additions & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# -*- dockerfile -*-

FROM ubuntu:22.04
MAINTAINER "Markus Stenberg <[email protected]>"

RUN apt-get update
RUN apt-get install -y sudo make
Expand Down

0 comments on commit 0af4ebd

Please sign in to comment.