Skip to content

Commit

Permalink
Sigh. Now force sqlite to be installed for github ci
Browse files Browse the repository at this point in the history
  • Loading branch information
billdueber committed Jan 22, 2025
1 parent 303095f commit fc3c772
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,9 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
git \
unzip \
libpq-dev \
##### FIXME: remove these once useless gems are trimmed \
libsqlite3-dev\
libmariadb-dev \
libsqlite3-dev \
##### What is netcat here for???
netcat

RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \
Expand Down

0 comments on commit fc3c772

Please sign in to comment.