Remove update to match the Ruby image more closely

This commit is contained in:
Ryan W
2025-11-03 21:45:26 -08:00
parent 2beed66429
commit d48bb96791
-2
View File
@@ -28,8 +28,6 @@ ENV LANG=C.UTF-8 \
BUNDLE_JOBS=4 \ BUNDLE_JOBS=4 \
BUNDLE_RETRY=3 BUNDLE_RETRY=3
RUN gem update --system && gem install bundler
WORKDIR /usr/src/app WORKDIR /usr/src/app
ENTRYPOINT ["./bin/docker-entrypoint-development"] ENTRYPOINT ["./bin/docker-entrypoint-development"]