Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
robomics committed May 30, 2024
1 parent 4168327 commit fdfd991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion containers/nchg__vc77e3e9.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
&& apt-get install -y pigz procps zstd \
&& rm -rf /var/lib/apt/lists/*

CMD ["/usr/local/bin/NCHG"]
CMD ["/bin/bash"]
WORKDIR /data

LABEL org.opencontainers.image.authors='Roberto Rossini <[email protected]>'
Expand Down
2 changes: 1 addition & 1 deletion containers/utils__v1.0.0.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update \
&& apt-get install -y pigz procps zstd \
&& rm -rf /var/lib/apt/lists/*

CMD ["/usr/bin/bash"]
CMD ["/bin/bash"]
WORKDIR /data

LABEL org.opencontainers.image.authors='Roberto Rossini <[email protected]>'
Expand Down

0 comments on commit fdfd991

Please sign in to comment.