Skip to content

Commit

Permalink
fix: clean make
Browse files Browse the repository at this point in the history
  • Loading branch information
nella17 committed Feb 6, 2024
1 parent b93ef80 commit ae7a742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN <<EOF
mkdir glibc_dbg && cd glibc_dbg
../glibc-*/configure --prefix $PWD --enable-debug
make -j$(nproc) > /dev/null
make -j$(nproc) clean > /dev/null

rm -rf /var/lib/apt/lists/*
EOF
Expand Down

0 comments on commit ae7a742

Please sign in to comment.