this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 6 lines 272 B view raw
1FROM ubuntu:18.04 2RUN apt-get update && apt-get install -y g++ git cmake libgtk-3-dev \ 3 libglvnd-dev libglu1-mesa-dev freeglut3-dev libasound2-dev 4WORKDIR ${DAPPER_SOURCE:-/source} 5ENV DAPPER_OUTPUT build/bin 6ENTRYPOINT ["sh", "-c", "cd build; cmake .. && make -j4"]