We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d553e commit 87998dbCopy full SHA for 87998db
Dockerfile
@@ -11,7 +11,7 @@ FROM ruby:4.0.1-alpine3.23 AS builder
11
WORKDIR /app
12
13
ARG PROD_PACKAGES
14
-ENV DEV_PACKAGES="gcc libc-dev make yaml-dev yarn postgresql18-dev=18.2-r0 build-base git"
+ENV DEV_PACKAGES="gcc libc-dev make yaml-dev yarn postgresql18-dev build-base git"
15
RUN apk add --no-cache $PROD_PACKAGES $DEV_PACKAGES
16
RUN echo "Europe/London" > /etc/timezone && \
17
cp /usr/share/zoneinfo/Europe/London /etc/localtime
0 commit comments