Skip to content

Commit

Permalink
Remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 29, 2023
1 parent 0796446 commit a30505e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ RUN sed -i "s/^\(omero\.host\s*=\s*\).*\$/\1omero/" /src/etc/ice.config
# RUN sed -i 's/\("IceSSL.Ciphers".*ADH[^"]*\)/\1:@SECLEVEL=0/' /src/components/tools/OmeroPy/src/omero/clients.py /src/etc/templates/grid/templates.xml

# Reproduce jenkins build
# RUN env BUILD_NUMBER=1 OMERO_BRANCH=develop bash docs/hudson/OMERO.sh
RUN ./build.py
FROM ${RUN_IMAGE} as run
RUN rm -rf /opt/omero/server/OMERO.server
Expand Down

0 comments on commit a30505e

Please sign in to comment.