We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8f8d2 commit 70e5030Copy full SHA for 70e5030
edge/Dockerfile
@@ -7,8 +7,8 @@ ARG branch=master
7
8
WORKDIR /bashly
9
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
+RUN gem build bashly.gemspec --output bashly.gem
+RUN gem install bashly.gem
12
13
WORKDIR /app
14
RUN rm -rf /bashly
0 commit comments