Skip to content

Commit

Permalink
Added libenet in dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Oct 29, 2024
1 parent 01801a3 commit dd26d76
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 @@ -8,7 +8,7 @@
ARG debian_release=latest
FROM debian:${debian_release}

RUN apt-get update && apt dist-upgrade -fuy && apt-get install -y autoconf git build-essential cmake ninja-build libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libpng-dev libflac-dev libmpg123-dev libmpeg2-4-dev libserialport-dev libportmidi-dev pkgconf
RUN apt-get update && apt dist-upgrade -fuy && apt-get install -y autoconf git build-essential cmake ninja-build libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev libpng-dev libflac-dev libmpg123-dev libmpeg2-4-dev libserialport-dev libportmidi-dev libenet-dev pkgconf

WORKDIR /build

Expand Down

0 comments on commit dd26d76

Please sign in to comment.