diff --git a/Dockerfile b/Dockerfile index c1362cea..811ab7af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ FROM yastdevel/cpp -COPY . /usr/src/app - # Install tmux to make sure the libyui+YaST integration tests are run RUN zypper --non-interactive in tmux + +COPY . /usr/src/app