Skip to content

Commit

Permalink
adding 2 more deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Oct 24, 2024
1 parent 39b4497 commit 43e495f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ RUN apt-get install -y \
libfreetype6-dev \
libssl-dev \
libc++-dev \
libc++abi-dev
libc++abi-dev \
yasm

RUN apt-get install -y \
gcc-arm-linux-gnueabihf \
gcc-multilib \
g++-multilib \
libc6-dev \
Expand Down

0 comments on commit 43e495f

Please sign in to comment.