Skip to content

Commit

Permalink
Update from Buster to Bullseye to get Ruby > 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Aug 23, 2024
1 parent 5737790 commit 6318266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM python:3.7-buster
FROM python:3.7-bullseye

RUN pip install --no-cache notebook bash_kernel opf-fido
RUN python -m bash_kernel.install

# Use offical Siegfried install setup, modified for Docker usage:
RUN curl -sL "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x20F802FE798E6857" | gpg --dearmor | tee /usr/share/keyrings/siegfried-archive-keyring.gpg && \
echo "deb [signed-by=/usr/share/keyrings/siegfried-archive-keyring.gpg] https://www.itforarchivists.com/ buster main" | tee -a /etc/apt/sources.list.d/siegfried.list
echo "deb [signed-by=/usr/share/keyrings/siegfried-archive-keyring.gpg] https://www.itforarchivists.com/ bullseye main" | tee -a /etc/apt/sources.list.d/siegfried.list

RUN apt-get update && apt-get install -y siegfried mediainfo default-jre ffmpeg cloc && \
apt-get install -y cmake pkg-config libicu-dev zlib1g-dev libcurl4-openssl-dev libssl-dev ruby-dev && \
Expand Down

0 comments on commit 6318266

Please sign in to comment.