Skip to content

Commit

Permalink
remove sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 2, 2024
1 parent 583417e commit 6ef454b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/containers/dind/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM public.ecr.aws/docker/library/debian:12-slim

RUN echo "deb [trusted=yes] https://netdevops.fury.site/apt/ /" | \
sudo tee -a /etc/apt/sources.list.d/netdevops.list
tee -a /etc/apt/sources.list.d/netdevops.list

RUN apt update && apt install -y containerlab

Expand Down

0 comments on commit 6ef454b

Please sign in to comment.