Skip to content

Commit

Permalink
ci: add a docker image for testing on alpine
Browse files Browse the repository at this point in the history
related to #1990 and #1845
  • Loading branch information
flavorjones committed Mar 29, 2020
1 parent 38e9076 commit 2069ab7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions concourse/images/Dockerfile.alpine.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM ruby:alpine

# prelude
RUN apk update
RUN apk add bash build-base

# valgrind
RUN apk add valgrind

# libxml-et-al
RUN apk add libxml2-dev libxslt-dev pkgconfig

<%= File.read "bundle-install.step" %>

0 comments on commit 2069ab7

Please sign in to comment.