Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
joyBox committed Aug 27, 2023
1 parent 82a556d commit 2faaaa8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
ARG VARIANT="16-buster"
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:0-${VARIANT}

RUN apt update && \
DEBIAN_FRONTEND=noninteractive apt install -y ffmpeg

# [Optional] Uncomment this section to install additional OS packages.
# RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# && apt-get -y install --no-install-recommends <your-package-list-here>
Expand Down

0 comments on commit 2faaaa8

Please sign in to comment.