Skip to content

Commit

Permalink
switch to tag 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 12, 2023
1 parent 04b25df commit 5ca7b59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Dockerfile for EPICS OPI PHoebus

FROM ubuntu:20.04

ENV DEBIAN_FRONTEND=noninteractive
Expand All @@ -18,12 +17,9 @@ RUN apt-get install -y \

ENV JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/

WORKDIR /
# get phoebus and dependencies
RUN git clone https://github.com/ControlSystemStudio/phoebus.git
RUN git clone https://github.com/ControlSystemStudio/phoebus.git branch=4.7.2 /pheobus
WORKDIR /phoebus
RUN mvn -DskipTests clean install
# (cd phoebus-product/target; java -jar product-*-SNAPSHOT.jar --add-modules=ALL-SYSTEM )


RUN bash -c "ln -s phoebus-product/target/product-*-SNAPSHOT.jar product.jar"
Expand Down

0 comments on commit 5ca7b59

Please sign in to comment.