Merge pull request #2608 from RishikesavanRamesh/patch-1

Add dynamips to Dockerfile dependencies
This commit is contained in:
Jeremy Grossmann 2026-02-12 21:13:51 +08:00 committed by GitHub
commit 2b4a05eedd
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