Skip to content

Commit

Permalink
fix docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Jan 23, 2024
1 parent 1418a6d commit 201f7c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ RUN motor/install.sh R7-3-1
COPY ibek-support/pmac/ pmac/
RUN pmac/install.sh 2-6-2b1

# create IOC source tree, generate Makefile and compile IOC Instance
RUN ibek ioc build
# get the ioc source and build it
COPY ioc ${SOURCE_FOLDER}/ioc
RUN cd ${IOC} && make

##### runtime preparation stage ################################################

Expand Down

0 comments on commit 201f7c4

Please sign in to comment.