Skip to content
This repository has been archived by the owner on May 15, 2021. It is now read-only.

Commit

Permalink
Update .gitpod.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
code-rgb authored Nov 28, 2020
1 parent 6be90ed commit 8c8a6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN sudo apt-get update \
mediainfo \
neofetch \
ffmpeg \
ibasound2-dev \
libasound2-dev \
libgtk-3-dev \
libnss3-dev \
curl \
Expand All @@ -19,4 +19,4 @@ RUN sudo apt-get update \

RUN curl -sO https://cli-assets.heroku.com/install.sh && bash install.sh && rm install.sh

RUN sudo rm -rf /var/lib/apt/lists/*
RUN sudo rm -rf /var/lib/apt/lists/*

0 comments on commit 8c8a6a9

Please sign in to comment.