mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 00:17:51 +01:00
Remove deprecated mantainer tag
This commit is contained in:
@@ -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;\
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user