Skip to content

Commit

Permalink
Merge pull request #3 from standout/feature/add-build-base
Browse files Browse the repository at this point in the history
Add Alpine build base
  • Loading branch information
frdrkolsson authored Jan 18, 2021
2 parents fd1c16e + bedcfc2 commit 36fb679
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM ruby:2.7-alpine

RUN apk --update add --no-cache git build-base && \
rm -rf /var/lib/apt/lists/*

COPY src/ /usr/local/src/integrationer-helpers/

0 comments on commit 36fb679

Please sign in to comment.