Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
castrojo authored Sep 1, 2023
1 parent c4638fc commit 20aa60e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ RUN apt-get update && \
$(cat extra-packages | xargs) && \
rm -rd /var/lib/apt/lists/*

RUN wget "https://github.com/wimpysworld/obs-studio-portable/releases/download/r23173/obs-portable-29.1.3-r23173-ubuntu-$(lsb_release -rs).tar.bz2"
RUN tar xvf obs-portable-29.1.3-r23173-ubuntu-$(lsb_release -rs).tar.bz2

RUN rm /extra-packages

0 comments on commit 20aa60e

Please sign in to comment.