Compare commits
No commits in common. "db7dd90c84225ac36fabcf50827b3607a8939026" and "4d94c725a243c40b97f99364d72187b346309e23" have entirely different histories.
db7dd90c84
...
4d94c725a2
@ -19,11 +19,7 @@ FROM alpine
|
||||
|
||||
LABEL org.opencontainers.image.authors="bluefox@privacynerd.de"
|
||||
|
||||
RUN apk update --no-cache && \
|
||||
apk add --no-cache ncurses-terminfo-base && \
|
||||
adduser -g "cmatrix" -s /usr/sbin/nologin -D -H cmatrix
|
||||
RUN apk update --no-cache && apk add --no-cache ncurses-terminfo-base
|
||||
COPY --from=cmatrixbuildimage /cmatrix/cmatrix /cmatrix
|
||||
|
||||
USER cmatrix
|
||||
ENTRYPOINT ["./cmatrix"]
|
||||
CMD ["-akb", "-u 3"]
|
||||
CMD ["./cmatrix"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user