1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-03-01 00:15:54 +01:00
audiobookshelf/.devcontainer/Dockerfile

5 lines
190 B
Docker
Raw Normal View History

2022-05-15 22:24:24 +02:00
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