Skip to content

Commit

Permalink
make install and add glibc to main image
Browse files Browse the repository at this point in the history
  • Loading branch information
sonroyaalmerol authored Jul 3, 2024
1 parent 244eb49 commit d9c3fe4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion bookworm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ RUN set -x \
--disable-system \
--disable-bsd-user \
--target-list=i386-linux-user \
&& make -j$(nproc)
&& make -j$(nproc) \
&& make install

############################################################

Expand Down Expand Up @@ -162,6 +163,7 @@ RUN set -x \
libstdc++6:i386=12.2.0-14 \
libc6:armhf=2.36-9+deb12u7 \
libstdc++6:armhf=12.2.0-14 \
glibc=2.36-9+deb12u7 \
ca-certificates=20230311 \
nano=7.2-1+deb12u1 \
curl=7.88.1-10+deb12u6 \
Expand Down
4 changes: 3 additions & 1 deletion bullseye/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ RUN set -x \
--disable-system \
--disable-bsd-user \
--target-list=i386-linux-user \
&& make -j$(nproc)
&& make -j$(nproc) \
&& make install

############################################################

Expand Down Expand Up @@ -160,6 +161,7 @@ RUN set -x \
libstdc++6:i386=10.2.1-6 \
libc6:armhf=2.31-13+deb11u10 \
libstdc++6:armhf=10.2.1-6 \
glibc=2.31-13+deb11u10 \
ca-certificates=20210119 \
nano=5.4-2+deb11u3 \
curl=7.74.0-1.3+deb11u12 \
Expand Down

0 comments on commit d9c3fe4

Please sign in to comment.