Skip to content

Commit

Permalink
getting multi-arch ready
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaus committed Jul 2, 2020
1 parent a2340b7 commit 5a29a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -yq python python-pip rsync \
&& pip install https://github.com/larsks/dockerize/archive/a903419.zip

# Move the executable "gateway" to a more prominent location
RUN mv /epics/ca-gateway/bin/linux-x86_64/gateway /epics/
RUN mv /epics/ca-gateway/bin/*/gateway /epics/

# Dockerize
RUN dockerize -L preserve -n -u scs -o /ca-gateway_root --verbose /epics/gateway \
Expand Down

0 comments on commit 5a29a1e

Please sign in to comment.