diff --git a/Dockerfile b/Dockerfile index afef06893..f40d736a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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