Improve Server Dockerfile

This commit is contained in:
TheBrokenRail 2022-07-15 19:54:58 -04:00
parent dda511f8ff
commit 3abbb0cb16
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM debian:bullseye-slim
# Install
RUN \
apt-get update && \
apt-get install -y tini sed patchelf qemu-user && \
apt-get install -y tini qemu-user && \
apt-get --fix-broken install -y && \
rm -rf /var/lib/apt/lists/*