Skip to content

Commit 682b49a

Browse files
Fix truffleruby build
1 parent 8474698 commit 682b49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ FROM ghcr.io/graalvm/truffleruby-community:24-debian as truffleruby
8989
WORKDIR /usr/src/app
9090
COPY . .
9191
COPY node_modules/ node_modules/
92-
RUN sudo apt update && sudo apt install -y libpq-dev
92+
RUN apt update && apt install -y libpq-dev
9393
RUN bundle install
9494
RUN cp config/settings.example.yml config/settings.yml
9595
VOLUME /usr/src/app/config/

0 commit comments

Comments
 (0)