Skip to content

Commit

Permalink
Merge pull request #68 from yast/fix_dockerfile
Browse files Browse the repository at this point in the history
Fix Dockerfile and .gitignore
  • Loading branch information
dgdavid committed Jul 23, 2019
2 parents 68cc90f + 474dcfe commit 1a99129
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -26,6 +27,7 @@ Makefile.am.common
*.bz2
.dep
tmp.*
.yardoc/
*.log
/doc/autodocs
/testsuite/Modules/
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
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM yastdevel/ruby:sle12-sp5

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

COPY . /usr/src/app

0 comments on commit 1a99129

Please sign in to comment.