hub.moon.moe/Dockerfile

11 lines
257 B
Text
Raw Normal View History

2023-07-15 21:12:25 -04:00
FROM tootsuite/mastodon:v4.1.4
USER root
RUN mkdir -p /var/cache/apt/archives/partial && apt autoclean
2023-07-17 16:03:30 -04:00
RUN apt update && apt-get install -y sudo vim htop git curl && rm -rf /var/lib/apt/lists/*
2023-07-15 21:12:25 -04:00
# Restore working dir
2023-07-17 16:03:30 -04:00
# USER mastodon
2023-07-15 21:12:25 -04:00
WORKDIR /opt/mastodon