Skip to content

Commit ac75dc2

Browse files
authored
workaround for libc error on ubuntu 22.04 build #144 (#145)
1 parent 3adba16 commit ac75dc2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Containerfile.rootfs.22_04

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ LABEL org.opencontainers.image.authors="Badr @pythops"
66
RUN echo "deb http://ports.ubuntu.com/ubuntu-ports/ focal main" >> /etc/apt/sources.list && \
77
apt update
88

9+
RUN rm /var/lib/dpkg/info/libc-bin.* && \
10+
apt-get clean && \
11+
apt-get update && \
12+
apt-get install libc-bin
13+
914
# Nvidia required packages
1015
RUN apt install -y \
1116
libgles2 \

0 commit comments

Comments
 (0)