Add dynamips to Dockerfile dependencies

This commit is contained in:
RishikesavanRamesh 2026-02-06 20:34:44 +05:30 committed by GitHub
parent d2d19b43c2
commit 3273f7e992
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ RUN apt-get update && apt-get install -y \
RUN locale-gen en_US.UTF-8
# Install uninstall to install dependencies
RUN apt-get install -y vpcs ubridge
RUN apt-get install -y vpcs ubridge dynamips
ADD . /server
WORKDIR /server