Skip to content

Commit

Permalink
Remove double newlines in dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Oct 3, 2024
1 parent 699ddbe commit c64408d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ ENV LC_ALL=C.UTF-8
RUN zypper --non-interactive in -y tar && \
zypper --non-interactive clean


RUN mkdir --mode=0600 /tmp/trento-checks-build

WORKDIR /tmp/trento-checks-build
Expand All @@ -22,11 +21,9 @@ RUN install --directory --mode=0755 /usr/src/trento-checks/checks
RUN install --preserve-timestamps --mode=0644 ./checks/checks/* /usr/src/trento-checks/checks
RUN install --preserve-timestamps --mode=0755 ./checks/bin/trento-install-checks /usr/bin/trento-install-checks


WORKDIR /

RUN rm -r /tmp/trento-checks-build


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

3 changes: 0 additions & 3 deletions packaging/suse/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV LC_ALL=C.UTF-8
RUN zypper --non-interactive in -y tar && \
zypper --non-interactive clean


RUN mkdir --mode=0600 /tmp/trento-checks-build

WORKDIR /tmp/trento-checks-build
Expand All @@ -28,11 +27,9 @@ RUN install --directory --mode=0755 /usr/src/trento-checks/checks
RUN install --preserve-timestamps --mode=0644 ./checks/checks/* /usr/src/trento-checks/checks
RUN install --preserve-timestamps --mode=0755 ./checks/bin/trento-install-checks /usr/bin/trento-install-checks


WORKDIR /

RUN rm -r /tmp/trento-checks-build


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

0 comments on commit c64408d

Please sign in to comment.