From 818e6396d976edd7c716744c5a36ca5cc395f4d4 Mon Sep 17 00:00:00 2001 From: Robert Adams Date: Tue, 26 Nov 2019 11:58:07 -0800 Subject: [PATCH] Remove unnecessary build from Dockerfile-standalone. Cut and paste error. --- opensim-standalone/Dockerfile-standalone | 9 --------- 1 file changed, 9 deletions(-) diff --git a/opensim-standalone/Dockerfile-standalone b/opensim-standalone/Dockerfile-standalone index 18359fd..a360992 100644 --- a/opensim-standalone/Dockerfile-standalone +++ b/opensim-standalone/Dockerfile-standalone @@ -51,15 +51,6 @@ COPY --chown=opensim:opensim config/ $OPENSIMDIR/bin/config/ # Use the default, included configuration parameters RUN cp $OPENSIMDIR/bin/OpenSim.ini.example $OPENSIMDIR/bin/OpenSim.ini -# Build OpenSimulator -RUN cd $OPENSIMDIR \ - && ./runprebuild.sh \ - && msbuild - -# Remove sources that are not needed for running -RUN cd $OPENSIMDIR \ - && rm -rf OpenSim - WORKDIR $OPENSIMDIR/bin ENTRYPOINT [ "/home/opensim/bootOpenSim.sh" ]