Use slim image

This commit is contained in:
Max Isom 2022-08-26 21:14:07 -05:00
parent eba50f2999
commit c2720ad17c
No known key found for this signature in database
GPG key ID: 25C9B1A7F6798880
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,8 @@
FROM node:18.7.0 AS base
FROM node:18.7.0-slim AS base
# Install ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg tini && \
apt-get install -y ffmpeg tini libssl-dev ca-certificates && \
rm -rf /var/lib/apt/lists/*
# Install dependencies