Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
RUN echo CACHEBUST>/dev/null \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get autoclean
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
apt-transport-https \
arptables \
Expand Down Expand Up @@ -57,6 +58,7 @@ RUN echo CACHEBUST>/dev/null \
nfs-common \
samba-common \
socat \
systemd \
udev \
util-linux \
xfsprogs \
Expand Down