Skip to content

Commit 4c08290

Browse files
authored
Add sudo to Dockerfile dependencies
1 parent ec6ca3a commit 4c08290

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN apt-get update && apt-get install -y \
4444
m4 \
4545
doxygen \
4646
python3 \
47+
sudo \
4748
&& rm -rf /var/lib/apt/lists/*
4849

4950
# Set up working directory

0 commit comments

Comments
 (0)