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.
2 parents 37d226d + 4144fdc commit dff56e2Copy full SHA for dff56e2
.travis.yml
@@ -0,0 +1,6 @@
1
+sudo: required
2
+services:
3
+ - docker
4
+install: []
5
+script:
6
+ - docker build .
Dockerfile
@@ -26,6 +26,7 @@ RUN ./install_git_lfs.sh
26
FROM resource as tests
27
28
RUN apk add --update \
29
+ ruby-bigdecimal \
30
ruby-bundler \
31
ruby-io-console \
32
ruby-dev \
0 commit comments