Commit 794618a9 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'dz-fix-ruby-alpine-template' into 'master'

Fix ruby alpine CI template

See merge request gitlab-org/gitlab!57109
parents 1b76ab40 6665b491
---
title: Fix ruby alpine CI template
merge_request: 57109
author:
type: fixed
......@@ -9,7 +9,7 @@ RUN bundle config --global frozen 1
WORKDIR /usr/src/app
COPY Gemfile Gemfile.lock .
COPY Gemfile Gemfile.lock /usr/src/app/
# Install build dependencies - required for gems with native dependencies
RUN apk add --no-cache --virtual build-deps build-base postgresql-dev && \
bundle install && \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment