Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific authored Nov 22, 2023
1 parent 5f33062 commit 37ef743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cinc/cinc-auditor/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN <<EOF
rm -rf /var/lib/apt/lists/*
EOF

FROM base as release
FROM base

ENV PATH=/opt/cinc-auditor/bin:/opt/cinc-auditor/embedded/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

Expand Down Expand Up @@ -63,4 +63,4 @@ EOF

ENTRYPOINT ["cinc-auditor"]
CMD ["help"]
VOLUME ["/share"]
VOLUME ["/share"]

0 comments on commit 37ef743

Please sign in to comment.