Skip to content

Commit

Permalink
Merge pull request #75 from yast/merge_SLE-15-GA
Browse files Browse the repository at this point in the history
Merge SLE-15-GA into SLE-15-SP1
  • Loading branch information
teclator committed Mar 5, 2020
2 parents 4bb3252 + d742539 commit dcba5e6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ config.sub
configure
configure.ac
depcomp
doc/autodocs
install-sh
*.pot
libtool
Expand All @@ -27,6 +28,7 @@ Makefile.am.common
*.spec
.dep
tmp.*
.yardoc/
*.log
*.ybc
/.yardoc
Expand Down
7 changes: 7 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
--no-private
--markup markdown
--protected
--readme README.md
--output-dir ./doc/autodocs
--files *.md
src/**/*.rb
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
FROM yastdevel/ruby:sle15-sp1

RUN zypper --non-interactive in --no-recommends \
perl-Crypt-SmbHash \
yast2-samba-client

COPY . /usr/src/app

0 comments on commit dcba5e6

Please sign in to comment.