From 4ad56f9a1d8054d69f83939ca63cc1468848ddc1 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Feb 19 2019 08:32:51 +0000 Subject: Add the default command to bash for the base image Signed-off-by: Clement Verna --- diff --git a/Dockerfile b/Dockerfile index ced8e58..78b7e38 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,3 +8,5 @@ LABEL com.redhat.component="fedora-container-image" \ summmary="Fedora Base Image" \ vendor="Fedora Project" \ license="MIT" + +CMD ["/bin/bash"]