File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11FROM dannyben/alpine-ruby
22
3+ ENV BASHLY_VERSION=1.1.6
34ENV PS1 "\n\n >> bashly \W \$ "
45WORKDIR /app
56
67# Install pandoc to support manpage generation (`bashly render :mandoc docs`)
78RUN apk add --no-cache pandoc-cli
89
9- RUN gem install bashly --version 1.1.6
10+ RUN gem install bashly --version $BASHLY_VERSION && \
11+ gem update --system
1012
1113ENTRYPOINT ["bashly" ]
Original file line number Diff line number Diff line change 11services :
22 bash :
33 build : .
4+ command : bash
45 << : &default
56 entrypoint : []
67 image : dannyben/bashly
@@ -9,10 +10,7 @@ services:
910 build : .
1011 image : dannyben/bashly
1112
12- bashly-test :
13- << : *default
14- command : bashly --version
15-
1613 pandoc-test :
1714 << : *default
18- command : pandoc --version
15+ command : sh -c "pandoc --version | grep 'pandoc 3.1'"
16+
You can’t perform that action at this time.
0 commit comments