Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder ca75bf1ec9
Use nixos-compatible shebang in run script
continuous-integration/drone/push Build was killed Details
2020-08-25 13:19:42 +02:00
Simon Bruder 13ecd64a7d
Add wayland support 2020-08-25 13:19:30 +02:00
2 changed files with 3 additions and 1 deletions

View File

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

2
run.sh
View File

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