Skip to content

Commit

Permalink
add automake hack for debian
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdump0815 committed Jul 18, 2020
1 parent b2d4867 commit c5b562b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ FROM debian:buster

RUN apt-get update
RUN apt-get -y install build-essential git gdb curl cmake libx11-dev libglu1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev zlib1g-dev libasound2-dev libgtk2.0-dev libjack-jackd2-dev jq zip wget unzip vim libstdc++-7-dev libavcodec-dev

# hack to make the ubuntu patches work flawlessly
RUN ln -s /usr/share/automake-1.16 /usr/share/automake-1.15

0 comments on commit c5b562b

Please sign in to comment.