diff options
author | Valentin Popov <info@valentineus.link> | 2017-11-10 03:40:24 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-11-10 03:40:24 +0300 |
commit | e411d6d8f4f0bff623bc93d6d92b1bc872393350 (patch) | |
tree | 6cb6add3bcfb0a0f1b933bf3bdcf0736846d1a9d /Dockerfile | |
parent | af4a5f471b6407838f990581276c16428fedbd9f (diff) | |
download | mednafen-server-e411d6d8f4f0bff623bc93d6d92b1bc872393350.tar.xz mednafen-server-e411d6d8f4f0bff623bc93d6d92b1bc872393350.zip |
Fix image name
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM "debian:stable-slim" +FROM debian:stable-slim MAINTAINER "Valentin Popov <info@valentineus.link>" # Install the application |