Skip to content

Commit

Permalink
The new install-nightly.sh needs a newer version of GLIBC than is ins…
Browse files Browse the repository at this point in the history
…talled in bullseye.

Updated to bookworm.
  • Loading branch information
Srdan Kvrgic committed Sep 26, 2024
1 parent 5c02ce1 commit 4d655aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /build
ADD . .
RUN cargo build --all --release

FROM debian:bullseye-slim
FROM debian:bookworm-slim
RUN apt-get update && apt-get install -y wget
RUN wget https://apertium.projectjj.com/apt/install-nightly.sh && bash install-nightly.sh
RUN apt-get update && apt-get install -y divvun-gramcheck hfst
Expand Down

0 comments on commit 4d655aa

Please sign in to comment.