Improve Server Dockerfile
This commit is contained in:
parent
dda511f8ff
commit
3abbb0cb16
@ -3,7 +3,7 @@ FROM debian:bullseye-slim
|
|||||||
# Install
|
# Install
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update && \
|
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 && \
|
apt-get --fix-broken install -y && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user