Skip to content

Commit

Permalink
Switching to bookworm and explicitly setting the type of image to ahn…
Browse files Browse the repository at this point in the history
…dle m1/m2
  • Loading branch information
dl-maura committed Dec 12, 2023
1 parent 5139534 commit 053a05f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .docker/app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,17 +1,19 @@
ARG ALPINE_RUBY_VERSION

FROM ruby:${ALPINE_RUBY_VERSION}-alpine
FROM --platform=linux/amd64 ruby:${ALPINE_RUBY_VERSION}-bookworm

RUN apk add --update --no-cache \
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get update -qq && \
apt-get install -y \
bash \
build-base \
gcompat \
build-essential \
git \
libxml2-dev \
libxslt-dev \
nodejs \
shared-mime-info \
sqlite-dev \
sqlite3 \
tzdata \
yarn

Expand Down

0 comments on commit 053a05f

Please sign in to comment.