Skip to content

Commit

Permalink
Remove unneeded dependency
Browse files Browse the repository at this point in the history
siasmj committed Aug 15, 2024
1 parent e620fd5 commit 2372a7a
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ WORKDIR /rails

# Install base packages
RUN apt-get update -qq && \
apt-get install --no-install-recommends -y curl libjemalloc2 libsqlite3-0 libvips postgresql-client && \
apt-get install --no-install-recommends -y curl libjemalloc2 libvips postgresql-client && \
rm -rf /var/lib/apt/lists /var/cache/apt/archives

# Set production environment
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -146,7 +146,7 @@ GEM
marcel (1.0.4)
matrix (0.4.2)
mini_mime (1.1.5)
minitest (5.24.1)
minitest (5.25.0)
msgpack (1.7.2)
net-imap (0.4.14)
date
@@ -163,7 +163,7 @@ GEM
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
pagy (9.0.5)
parallel (1.26.1)
parallel (1.26.2)
parser (3.3.4.2)
ast (~> 2.4.1)
racc
@@ -223,9 +223,9 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.4)
rexml (3.3.5)
strscan
roda (3.82.0)
roda (3.83.0)
rack
rodauth (2.36.0)
roda (>= 2.6.0)

0 comments on commit 2372a7a

Please sign in to comment.