Skip to content

Commit 5b29373

Browse files
author
Patryk Wasielewski
committed
fix ubuntu build
1 parent d3b8e5d commit 5b29373

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ ENV OPERATOR=/manager \
3939

4040
# Install necessary packages and configure user
4141
RUN if grep -q 'Ubuntu' /etc/os-release; then \
42+
(sed -i 's/oracular/noble/g' /etc/apt/sources.list.d/ubuntu.sources 2>/dev/null || true) && \
43+
(sed -i 's/oracular/noble/g' /etc/apt/sources.list 2>/dev/null || true) && \
4244
apt-get update && \
4345
apt-get install -y --no-install-recommends passwd && \
4446
apt-get install -y --no-install-recommends krb5-locales && \

0 commit comments

Comments
 (0)