fix: pin base image by digest, use apt-get, add wrangler+prettier, cleanup

This commit is contained in:
clawbot 2026-02-22 18:10:25 +01:00
parent eaf8d18a55
commit 4960d770a8

View File

@ -31,4 +31,4 @@ ADD ./Gemfile* ./
RUN echo "gem: --no-ri --no-rdoc" > ~/.gemrc && \
yes | gem update --system && \
gem install bundler && \
bundle install
bundle install