Skip to content

Commit

Permalink
Update Dockerfile removing the i386 architectures
Browse files Browse the repository at this point in the history
Signed-off-by: Akarshan Kapoor <data.akarshan@icloud.com>
  • Loading branch information
Kappuccino111 authored and jonas-rem committed Aug 30, 2024
1 parent 36dedfe commit 5547e87
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions simulation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,9 @@ FROM debian:latest
# Set the frontend to noninteractive to avoid debconf issues
ENV DEBIAN_FRONTEND=noninteractive

# Enable i386 architecture
RUN dpkg --add-architecture i386

RUN apt-get update -y
RUN apt-get install -y apt-utils iproute2 net-tools iptables iputils-ping dnsutils tio vim traceroute procps

# Install 32-bit libraries
RUN apt-get install -y libc6:i386 libstdc++6:i386

# Clean up APT when done to reduce image size
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*

0 comments on commit 5547e87

Please sign in to comment.