Skip to content

Commit

Permalink
added clab install
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jun 2, 2024
1 parent d27d156 commit 583417e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/containers/dind/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
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

RUN apt update && apt install -y containerlab

# Switch to user
USER user
ENV PATH=$PATH:/home/${USERNAME}/.local/bin

0 comments on commit 583417e

Please sign in to comment.