Skip to content

Commit

Permalink
(misc) Copy correct binary to docker nightly
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Mar 5, 2024
1 parent c3aabf1 commit 1d73b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENTRYPOINT ["/usr/sbin/aaasvc"]
COPY aaasvc-0.99.0.${DATE}-1.el9.x86_64.rpm /tmp

RUN yum -y install nc procps-ng openssl && \
yum -y localinstall /tmp/aaasvc-0.99.0.${DATE}-1.el8.x86_64.rpm && \
yum -y localinstall /tmp/aaasvc-0.99.0.${DATE}-1.el9.x86_64.rpm && \
yum -y clean all

RUN groupadd --gid 2048 choria && \
Expand Down

0 comments on commit 1d73b9b

Please sign in to comment.