We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adba16 commit ac75dc2Copy full SHA for ac75dc2
Containerfile.rootfs.22_04
@@ -6,6 +6,11 @@ LABEL org.opencontainers.image.authors="Badr @pythops"
6
RUN echo "deb http://ports.ubuntu.com/ubuntu-ports/ focal main" >> /etc/apt/sources.list && \
7
apt update
8
9
+RUN rm /var/lib/dpkg/info/libc-bin.* && \
10
+ apt-get clean && \
11
+ apt-get update && \
12
+ apt-get install libc-bin
13
+
14
# Nvidia required packages
15
RUN apt install -y \
16
libgles2 \
0 commit comments