Forgot sudo on fed.dockerfile

master
Keith Irwin 2022-11-27 16:21:25 -07:00
parent 8379cf250c
commit 28607db8d4
Signed by: ki9
GPG Key ID: DF773B3F4A88DA86
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ ARG PORT
# Install deps
RUN apt-get update && apt-get install --yes \
curl apache2 wireguard-tools \
curl apache2 wireguard-tools sudo \
&& rm -rf /var/lib/apt/lists/*
# Create dirs and temp files