Skip to content

Commit

Permalink
fix panos dockerfile (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt authored Feb 3, 2025
1 parent d369160 commit ff08aa6
Showing 1 changed file with 2 additions and 27 deletions.
29 changes: 2 additions & 27 deletions pan/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,31 +1,6 @@
FROM ubuntu:20.04
LABEL maintainer="Kristian Larsson <kristian@spritelink.net>"
LABEL maintainer="Roman Dodin <dodin.roman@gmail.com>"

ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qy \
&& apt-get upgrade -qy \
&& apt-get install -y \
bridge-utils \
iproute2 \
python3-ipy \
socat \
qemu-kvm \
tcpdump \
tftpd-hpa \
ssh \
inetutils-ping \
dnsutils \
openvswitch-switch \
iptables \
nftables \
telnet \
&& rm -rf /var/lib/apt/lists/*
# base image dockerfile is defined in https://github.com/hellt/vrnetlab
FROM ghcr.io/srl-labs/vrnetlab-base:0.2.0

ARG IMAGE
COPY $IMAGE* /
COPY *.py /

EXPOSE 22 80 161/udp 443 830 5000 6030 10000-10099 57400
HEALTHCHECK CMD ["/healthcheck.py"]
ENTRYPOINT ["/launch.py"]

0 comments on commit ff08aa6

Please sign in to comment.