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 599df6c commit 3f02034Copy full SHA for 3f02034
Dockerfile
@@ -22,7 +22,7 @@ FROM base AS build
22
23
# Install packages needed to build gems
24
RUN apt-get update && \
25
- install --no-install-recommends -y build-essential libpq-dev git pkg-config
+ apt-get install --no-install-recommends -y build-essential libpq-dev git pkg-config
26
27
# Install application gems
28
COPY .ruby-version Gemfile Gemfile.lock ./
0 commit comments