mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
4 lines
No EOL
123 B
Text
4 lines
No EOL
123 B
Text
FROM ruby:2.3-alpine
|
|
|
|
RUN gem install knapsack
|
|
RUN apk add --update bash libxml2-dev libxslt-dev && rm -rf /var/cache/apk/* |