Skip to content

Commit

Permalink
Added CMake in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Dec 10, 2023
1 parent 7acf1a6 commit cf19e0f
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 libportmidi-dev:armhf pkgconf:armhf
RUN apt-get update && apt dist-upgrade -fuy && apt-get install -y autoconf git build-essential cmake ninja-build 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 cf19e0f

Please sign in to comment.