Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgift committed Oct 13, 2022
1 parent c15d402 commit e6a6d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/universal:2-focal
RUN apt-get update && apt-get -y install --no-install-recommends \
ffmpeg \
python3.8-venv \
gcc \
gcc

ARG USER="codespace"
ARG VENV_PATH="/home/${USER}/venv"
Expand Down

0 comments on commit e6a6d37

Please sign in to comment.