Compare commits

...

1 Commits

Author SHA1 Message Date
Pekka Enberg
737a9019a4 dist/docker: Add missing "hostname" package
The Fedora base image has changed so we need to add "hostname" that's
used by the Docker-specific launch script to our image.

Fixes Scylla startup.

Signed-off-by: Pekka Enberg <penberg@scylladb.com>
2015-10-15 13:44:38 +03:00

View File

@@ -4,7 +4,7 @@ MAINTAINER Avi Kivity <avi@cloudius-systems.com>
ADD scylla.repo /etc/yum.repos.d/
RUN dnf -y update
RUN dnf -y install scylla-server
RUN dnf -y install scylla-server hostname
RUN dnf clean all
ADD start-scylla /start-scylla
RUN chown scylla /start-scylla