Skip to content

Commit

Permalink
Merge pull request #148 from hellt/update-sros-docker-image
Browse files Browse the repository at this point in the history
Update SR OS dockerfile
  • Loading branch information
hellt authored Nov 10, 2023
2 parents 57eef5b + 9436350 commit ca3131c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions sros/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
FROM ubuntu:20.04
FROM debian:bookworm-slim
LABEL org.opencontainers.image.authors="[email protected]"

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 \
Expand Down

0 comments on commit ca3131c

Please sign in to comment.