Skip to content

Commit

Permalink
Use ICEVER ice36-devel on the slave Dockerfile
Browse files Browse the repository at this point in the history
As per changes in the omero-install, this is now required to install
binaries such as slice2java
  • Loading branch information
sbesson committed Oct 1, 2018
1 parent 78e8828 commit 64aec22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slave/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM openmicroscopy/devslave-c7:0.5.0
MAINTAINER OME

ARG JAVAVER=openjdk18
ARG ICEVER=ice36
ARG ICEVER=ice36-devel

# skip some omero-install
RUN echo 'export container=docker' > /etc/profile.d/docker.sh
Expand Down

0 comments on commit 64aec22

Please sign in to comment.