Skip to content

Commit

Permalink
noble: Workaround non-working libc6 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
tintou committed Mar 27, 2024
1 parent b6a3cfe commit a86b36e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubuntu-noble-unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ FROM ubuntu:noble

ENV DEBIAN_FRONTEND=noninteractive

# Workaround non-working libc6 upgrade
RUN mv /usr/sbin/telinit /usr/sbin/telinit.bak && \
ln -s /usr/bin/true /usr/sbin/telinit

RUN apt-get update && \
apt-get -y install --no-install-recommends gpg-agent software-properties-common git && \
add-apt-repository -u -y ppa:elementary-os/os-patches && \
Expand Down

0 comments on commit a86b36e

Please sign in to comment.