From 0d72782f1a0a046a4c31e3ef0b29e7827b5514c6 Mon Sep 17 00:00:00 2001 From: Ryan W Date: Sat, 9 Dec 2023 13:15:57 -0800 Subject: [PATCH] inadvertent commit --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index aca4f7e..9d8efea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,6 @@ RUN --mount=type=cache,target=/var/cache/apt \ libvips \ pkg-config -gem update --system - # Install application gems COPY Gemfile Gemfile.lock ./ RUN bundle install && \