Skip to content

Commit

Permalink
Merge pull request #109 from cbrunnkvist/fix-docker-build
Browse files Browse the repository at this point in the history
Fix Docker build
  • Loading branch information
digininja authored Nov 3, 2023
2 parents 1c3b076 + 22c3161 commit 4ad686f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ FROM ruby:3-alpine

ENV RUBYOPT "rubygems"

COPY Gemfile /usr/src/CeWl/
WORKDIR /usr/src/CeWl
COPY Gemfile /usr/src/CeWL/
WORKDIR /usr/src/CeWL

RUN apk add gcompat
RUN set -ex \
&& apk add --no-cache --virtual .build-deps build-base \
&& gem install bundler \
Expand Down

1 comment on commit 4ad686f

@Balli28
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Harpreetbrar1729parm find password

Please sign in to comment.