Skip to content

Commit

Permalink
Merge branch 'SLE-12-SP5' into merge_SLE-12-SP5
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Mar 5, 2020
2 parents 3ee75c6 + 1a99129 commit 314c3aa
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

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

COPY . /usr/src/app

0 comments on commit 314c3aa

Please sign in to comment.