Skip to content

Commit

Permalink
adapt Rakefile and Dockerfile for SLE-15-SP1
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Mar 26, 2019
1 parent 6eb70ef commit 3498d45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# Use this base image
# - built: https://hub.docker.com/r/yastdevel/ruby/
# - source: https://github.com/yast/docker-yast-ruby
FROM yastdevel/ruby
FROM yastdevel/ruby:sle15-sp1
COPY . /usr/src/app
# English messages, UTF-8, "C" locale for numeric formatting tests
ENV LC_ALL= LANG=en_US.UTF-8 LC_NUMERIC=C
Expand Down
2 changes: 2 additions & 0 deletions Rakefile
@@ -1,5 +1,7 @@
require "yast/rake"

Yast::Tasks.submit_to :sle15sp1

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

0 comments on commit 3498d45

Please sign in to comment.