Skip to content

Commit bd3d31a

Browse files
committed
Remove stray libexpat.la file
1 parent d07e249 commit bd3d31a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ RUN export DEBIAN_FRONTEND=noninteractive \
4949
&& cd .. \
5050
# Clean up
5151
&& rm -rf crosstool-ng \
52+
&& rm "/opt/x-tools/$NGCONFIG/$NGCONFIG/sysroot/usr/lib/libexpat.la" \
5253
&& rm "/opt/x-tools/$NGCONFIG/build.log.bz2" \
5354
&& apt-get autoremove -y \
5455
autoconf \

0 commit comments

Comments
 (0)