Skip to content

Commit 70e5030

Browse files
committed
update edge dockerfile
1 parent cd8f8d2 commit 70e5030

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

edge/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ ARG branch=master
77

88
WORKDIR /bashly
99
RUN git clone --branch $branch --depth 1 https://github.com/DannyBen/bashly.git .
10-
RUN gem build bashly.gemspec
11-
RUN gem install bashly*.gem
10+
RUN gem build bashly.gemspec --output bashly.gem
11+
RUN gem install bashly.gem
1212

1313
WORKDIR /app
1414
RUN rm -rf /bashly

0 commit comments

Comments
 (0)