Skip to content

Commit

Permalink
adapt Rakefile and Dockerfile for SLE-15-GA
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 23, 2018
1 parent 4288ac4 commit a086cf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM yastdevel/cpp
FROM yastdevel/cpp:sle15
# Install tmux to make sure the libyui+YaST integration tests are run
RUN zypper --non-interactive in tmux

Expand Down
2 changes: 2 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15

Yast::Tasks.configuration do |conf|
# lets ignore license check for now
conf.skip_license_check << /.*/
Expand Down

0 comments on commit a086cf9

Please sign in to comment.