Skip to content

Commit

Permalink
use bookworm repository instead of main
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvin-muchiri committed Jan 30, 2025
1 parent 1db2e33 commit 4ccc9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/onadata-uwsgi/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ FROM debian:bookworm-20250113 AS runtime
ENV DEBIAN_FRONTEND=noninteractive

# Install prerequisite packages
RUN echo "deb http://deb.debian.org/debian unstable main non-free contrib" >> /etc/apt/sources.list \
RUN echo "deb http://deb.debian.org/debian bookworm main non-free contrib" >> /etc/apt/sources.list \
&& apt-get update -q \
&& apt-get install -y --no-install-recommends locales netcat-traditional \
&& sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen \
Expand Down

0 comments on commit 4ccc9ee

Please sign in to comment.