Skip to content

Commit

Permalink
gcc-i686-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
maiquanghiep committed Sep 5, 2024
1 parent a8e91c4 commit eca18f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/images/babylond/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM --platform=$BUILDPLATFORM golang:1.21 AS build-env

RUN apt-get update && apt-get install -y --no-install-recommends \
gcc-arm-linux-gnueabi \
gcc-i686-linux-gnu \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit eca18f8

Please sign in to comment.