mirror of
https://github.com/gaseous-project/gaseous-server
synced 2026-04-21 13:27:16 +00:00
Fix typo in Dockerfile for ffmpeg (#719)
Corrected the spelling of 'ffmpegh' to 'ffmpeg' in the Dockerfile.
This commit is contained in:
parent
a63f11f9fa
commit
f7044438a1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,4 +4,4 @@ FROM mcr.microsoft.com/devcontainers/dotnet:10.0-noble
|
|||
RUN apt-get update && curl -fsSL https://deb.nodesource.com/setup_20.x | bash -
|
||||
|
||||
# download and unzip EmulatorJS from CDN
|
||||
RUN apt-get install -y p7zip-full default-jdk nodejs wget mariadb-client ffmpegh && apt-get upgrade -y && apt-get clean
|
||||
RUN apt-get install -y p7zip-full default-jdk nodejs wget mariadb-client ffmpeg && apt-get upgrade -y && apt-get clean
|
||||
|
|
|
|||
Loading…
Reference in a new issue