Compare commits

..

No commits in common. "ca75bf1ec98e10a89fe798755aa34523be8d38c5" and "e4a40279bce6f110dcdaa4d37e3fe52faa28866d" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View file

@ -18,8 +18,6 @@ FROM mcr.microsoft.com/dotnet/core/runtime-deps
RUN apt-get update \ RUN apt-get update \
&& apt-get -y install --no-install-recommends \ && apt-get -y install --no-install-recommends \
ffmpeg \ ffmpeg \
libegl1-mesa-dev \
libgbm1 \
libgl1 \ libgl1 \
pulseaudio \ pulseaudio \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*

2
run.sh
View file

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/bin/bash
function set_latency_offset() { function set_latency_offset() {
if [ $# != 1 ]; then if [ $# != 1 ]; then
return 1 return 1