Skip to content

Commit

Permalink
Test bigger Docker image at Travis
Browse files Browse the repository at this point in the history
Just to see how the included jing affects the build times.
  • Loading branch information
lslezak committed May 5, 2020
1 parent ada0fd3 commit ffd6f98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
# Use this base image
# - built: https://registry.opensuse.org
# - source: https://github.com/yast/ci-ruby-container
FROM registry.opensuse.org/yast/head/containers/yast-ruby
FROM registry.opensuse.org/yast/head/containers/yast-ruby-jing
COPY . /usr/src/app
# English messages, UTF-8, "C" locale for numeric formatting tests
ENV LC_ALL= LANG=en_US.UTF-8 LC_NUMERIC=C
Expand Down

0 comments on commit ffd6f98

Please sign in to comment.