Remove unnecessary build from Dockerfile-standalone.

Cut and paste error.
This commit is contained in:
Robert Adams
2019-11-26 11:58:07 -08:00
parent bc711c52da
commit 818e6396d9
-9
View File
@@ -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" ]