Remove deprecated mantainer tag

This commit is contained in:
Roland
2020-06-24 12:23:07 +02:00
parent 49567c644b
commit 7e3accc023
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
#
#
FROM fedora:25
MAINTAINER Roland Geider <roland@geider.net>
LABEL maintainer="Roland Geider <roland@geider.net>"
# Install dependencies
RUN dnf update;\

View File

@@ -12,7 +12,7 @@
FROM wger/base
MAINTAINER Roland Geider <roland@geider.net>
LABEL maintainer="Roland Geider <roland@geider.net>"
EXPOSE 8000
# Set locale to UTF8, otherwise problems with the encoding can occur, e.g.
@@ -24,7 +24,7 @@ ENV LC_ALL en_US.UTF-8
# Install dependencies
RUN apt-get install -y vim tmux sqlite3
RUN apt-get install --no-install-recommends -y vim tmux sqlite3
# Set up the application
USER wger