Skip to content

Commit

Permalink
Added libportmidi-dev to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Dec 6, 2023
1 parent ef0a2b2 commit 7acf1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG debian_release=latest
FROM debian:${debian_release}

RUN dpkg --add-architecture armhf
RUN apt-get update && apt dist-upgrade -fuy && apt-get install -y autoconf git build-essential gcc-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-arm-linux-gnueabihf libsdl2-dev:armhf libsdl2-ttf-dev:armhf libsdl2-image-dev:armhf libpng-dev:armhf libflac-dev:armhf libmpg123-dev:armhf libmpeg2-4-dev:armhf libserialport-dev:armhf pkgconf:armhf
RUN apt-get update && apt dist-upgrade -fuy && apt-get install -y autoconf git build-essential gcc-arm-linux-gnueabihf binutils-arm-linux-gnueabihf g++-arm-linux-gnueabihf libsdl2-dev:armhf libsdl2-ttf-dev:armhf libsdl2-image-dev:armhf libpng-dev:armhf libflac-dev:armhf libmpg123-dev:armhf libmpeg2-4-dev:armhf libserialport-dev:armhf libportmidi-dev:armhf pkgconf:armhf

WORKDIR /build

Expand Down

0 comments on commit 7acf1a6

Please sign in to comment.