Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
salza80 committed Dec 11, 2023
1 parent 3a57665 commit df7a6d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
FROM public.ecr.aws/docker/library/ruby:3.2.2-slim as builder
WORKDIR /app

RUN apt-get update -qq && apt-get upgrade -y -qq && apt-get install -y -qq build-essential libpq-dev
RUN apt-get update -qq && apt-get upgrade -y -qq
RUN apt-get install -y -qq build-essential libpq-dev



RUN bundle config --global frozen 1

Expand Down

0 comments on commit df7a6d4

Please sign in to comment.