Skip to content

Commit

Permalink
feat: added sudo package
Browse files Browse the repository at this point in the history
  • Loading branch information
chussum committed Jan 10, 2024
1 parent 4adbe47 commit 0791819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest

RUN apt update && \
apt install ocproxy openconnect -y && \
apt install sudo ocproxy openconnect -y && \
rm -rf /var/lib/apt/lists/*

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 0791819

Please sign in to comment.