Skip to content

Commit

Permalink
Refactor (dockerfile): Use i386 syntax for all i386 packages (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeltimothyoh authored Nov 9, 2023
1 parent a7adfa5 commit e1b3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variants/git/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN dpkg --add-architecture i386 \
lib32gcc1 \
lib32stdc++6 \
lib32z1 \
lib32ncurses5 \
libncurses5:i386 \
libbz2-1.0:i386 \
libcurl3-gnutls:i386 \
libstdc++6:i386 \
Expand Down

0 comments on commit e1b3d1b

Please sign in to comment.