Skip to content

Commit 2855616

Browse files
authored
Fix 'rails dbconsole' in the container image (#6185)
1 parent d5c9848 commit 2855616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN apk update \
3030

3131
FROM base AS prod
3232

33-
ARG PACKAGES='libpq-dev tzdata imagemagick yarn bash jpeg-dev'
33+
ARG PACKAGES='postgresql16-client libpq-dev tzdata imagemagick yarn bash jpeg-dev'
3434
COPY --from=build $RAILS_ROOT/vendor/bundle ./vendor/bundle
3535
COPY package.json yarn.lock ./
3636
RUN apk update \

0 commit comments

Comments
 (0)