Skip to content

Instantly share code, notes, and snippets.

@AdityaBhutani
Created May 6, 2021 10:20
Show Gist options
  • Save AdityaBhutani/c922f76dcb3cfedf50e1f8f0c03a7036 to your computer and use it in GitHub Desktop.
Save AdityaBhutani/c922f76dcb3cfedf50e1f8f0c03a7036 to your computer and use it in GitHub Desktop.
FROM ruby:2.7.1-alpine
ENV BUNDLER_VERSION=2.1.4
RUN apk add --update --no-cache \
binutils-gold \
build-base \
curl \
file \
g++ \
gcc \
git \
less \
libstdc++ \
libffi-dev \
libc-dev \
linux-headers \
libxml2-dev \
libxslt-dev \
libgcrypt-dev \
make \
netcat-openbsd \
openssl \
nodejs \
pkgconfig \
postgresql-dev \
tzdata \
yarn
RUN gem install bundler -v 2.1.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment