Skip to content

Commit

Permalink
Merge pull request #144 from ripienaar/dependencies
Browse files Browse the repository at this point in the history
(misc) Copy correct binary to docker nightly
  • Loading branch information
ripienaar authored Mar 5, 2024
2 parents c3aabf1 + 1d73b9b commit 1012a28
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 1012a28

Please sign in to comment.