mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-29 22:29:31 +02:00
5 lines
190 B
Text
5 lines
190 B
Text
|
FROM mcr.microsoft.com/vscode/devcontainers/javascript-node:16
|
||
|
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
||
|
&& apt-get install ffmpeg gnupg2 -y
|
||
|
ENV NODE_ENV=development
|