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 5526202
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ubuntu-noble-unstable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ RUN apt-get update && \
add-apt-repository -u -y ppa:elementary-os/os-patches && \
add-apt-repository -u -y ppa:elementary-os/daily && \
apt-get install -y --no-install-recommends elementary-os-overlay && \
mv /usr/sbin/telinit /usr/sbin/telinit.bak && \
ln -s /usr/bin/true /usr/sbin/telinit &&\
apt-get update && \
apt-get -y dist-upgrade && \
apt-get install --no-install-recommends -y elementary-sdk elementary-icon-theme && \
Expand Down

0 comments on commit 5526202

Please sign in to comment.