Skip to content

Commit

Permalink
adapt Rakefile and Dockerfile for SLE-12-SP4
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Apr 23, 2018
1 parent fad8c73 commit 36cb41c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
@@ -1,4 +1,5 @@
FROM yastdevel/cpp:sle12-sp3
FROM yastdevel/cpp:sle12-sp4

RUN zypper --gpg-auto-import-keys --non-interactive in --no-recommends \
libldapcpp-devel
COPY . /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,6 +1,6 @@
require "yast/rake"

Yast::Tasks.submit_to :sle12sp3
Yast::Tasks.submit_to :sle12sp4

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

0 comments on commit 36cb41c

Please sign in to comment.