Skip to content

Commit

Permalink
Fix OBS build (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Aug 30, 2024
1 parent 3d940be commit 432c651
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions packaging/suse/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ ENV LC_ALL en_US.UTF-8
RUN zypper --non-interactive in -y tar && \
zypper --non-interactive clean

COPY checks /usr/local/src/trento-checks/checks
ADD checks.tar.gz /build/

COPY bin/trento-install-checks /usr/local/bin/trento-install-checks
RUN mkdir -p /usr/local/src/trento-checks

RUN mv /build/checks/checks /usr/local/src/trento-checks/checks

RUN mv /build/checks/bin/trento-install-checks /usr/local/bin/trento-install-checks
RUN chmod +x /usr/local/bin/trento-install-checks

ENTRYPOINT ["/usr/local/bin/trento-install-checks"]

0 comments on commit 432c651

Please sign in to comment.