Skip to content

Commit

Permalink
Improve: Dockerfile to be slim
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu1125 committed Nov 11, 2022
1 parent cad5552 commit 2f024c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2f024c4

Please sign in to comment.