diff --git a/dist/Containerfile b/dist/Containerfile index e585e3f3..6ac82801 100644 --- a/dist/Containerfile +++ b/dist/Containerfile @@ -17,8 +17,8 @@ USER hc_user RUN set -eux \ && curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mitre/hipcheck/releases/download/hipcheck-v${HC_VERSION}/hipcheck-installer.sh | sh \ - && $HOME/.cargo/bin/hc setup + && $HOME/.local/bin/hc setup -ENV HC_CONFIG="$HOME/.config/hipcheck" -ENTRYPOINT "$HOME/.cargo/bin/hc" -CMD "help" +ENV HC_CONFIG="/home/hc_user/.config/hipcheck" +ENTRYPOINT ["/home/hc_user/.local/bin/hc"] +CMD ["help"]