Skip to content

Commit

Permalink
Revert "adapt Rakefile and Dockerfile for SLE-15-GA"
Browse files Browse the repository at this point in the history
This reverts commit 6047c93.
  • Loading branch information
imobachgs committed Apr 27, 2018
1 parent 0fda274 commit 1a2d5d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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:sle15
FROM yastdevel/ruby
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: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
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 1a2d5d1

Please sign in to comment.