Compare commits
No commits in common. "d60e11c4762263e3afacce1fd69c088045aaf56f" and "5cc8860e0cbc6febc6686a299ec305738933d2a2" have entirely different histories.
d60e11c476
...
5cc8860e0c
20
Dockerfile
20
Dockerfile
@ -1,20 +0,0 @@
|
|||||||
FROM ubuntu:16.04
|
|
||||||
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get -qq update
|
|
||||||
RUN apt-get install -y build-essential
|
|
||||||
RUN apt-get install -y curl
|
|
||||||
RUN apt-get install -y python-minimal
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash
|
|
||||||
RUN apt-get install -y nodejs
|
|
||||||
|
|
||||||
WORKDIR /simulator
|
|
||||||
ADD . /simulator
|
|
||||||
|
|
||||||
RUN apt-get install -y libasound2-dev
|
|
||||||
RUN npm i -g node-gyp
|
|
||||||
RUN apt install -y alsa-base pulseaudio
|
|
||||||
|
|
||||||
RUN npm install --unsafe-perm
|
|
||||||
|
|
||||||
# docker run -it -v /tmp/.X11-unix:/tmp/.X11-unix -e DISPLAY=unix$DISPLAY --device /dev/snd
|
|
Loading…
x
Reference in New Issue
Block a user