We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8474698 commit 682b49aCopy full SHA for 682b49a
docker/Dockerfile
@@ -89,7 +89,7 @@ FROM ghcr.io/graalvm/truffleruby-community:24-debian as truffleruby
89
WORKDIR /usr/src/app
90
COPY . .
91
COPY node_modules/ node_modules/
92
-RUN sudo apt update && sudo apt install -y libpq-dev
+RUN apt update && apt install -y libpq-dev
93
RUN bundle install
94
RUN cp config/settings.example.yml config/settings.yml
95
VOLUME /usr/src/app/config/
0 commit comments