Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Commit 2815e41

Browse files
committed
add correct Dockerfile for testing
1 parent 8874cc8 commit 2815e41

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

Dockerfile.test

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
FROM alpine
22

3-
RUN apk add --update \
4-
ruby \
5-
perl \
6-
jq \
7-
git \
8-
openssh-client \
9-
ruby-json \
10-
ca-certificates
3+
RUN apk add --update ca-certificates
4+
RUN apk add --update curl
5+
RUN apk add --update git
6+
RUN apk add --update jq
7+
RUN apk add --update openssh-client
8+
RUN apk add --update perl
9+
RUN apk add --update ruby
10+
RUN apk add --update ruby-json
1111
RUN gem install octokit httpclient --no-rdoc --no-ri
1212

1313
ADD assets/ /opt/resource/
1414
RUN chmod +x /opt/resource/*
15+
ADD scripts/install_git_lfs.sh install_git_lfs.sh
16+
RUN ./install_git_lfs.sh
1517

1618
RUN apk add --update \
1719
ruby-bundler \

0 commit comments

Comments
 (0)