diff --git a/Dockerfile b/Dockerfile index 6b4b5d5c09e84b..2fc3c77df77a74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,7 +63,7 @@ RUN cd /opt/mastodon && \ bundle install -j"$(nproc)" && \ yarn install --pure-lockfile -FROM debian:buster +FROM debian:buster-slim # Copy over all the langs needed for runtime COPY --from=build-dep /opt/node /opt/node