diff --git a/Dockerfile b/Dockerfile index 8b9080448..88a7e6a79 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM ruby:3.4.4-alpine3.20 as base -# RUN apk update && apk upgrade --no-cache - WORKDIR /app # Add the timezone as it's not configured by default in Alpine