Cleanup and work in feedback.

Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
Fabian Kammel 2023-02-13 12:32:26 +00:00 committed by Moritz Eckert
parent 2f5bb77fbb
commit ed2e4e4068
10 changed files with 10 additions and 1202 deletions

View file

@ -29,8 +29,8 @@ ENV SHELL=/bin/bash
RUN echo 'export PS1="\[\033[38;2;144;255;153m\]~/constellation\[\033[0m\]\r\n\[\033[38;2;139;4;221m\]$\[\033[0m\] "' >> /root/.bashrc
# Copy install scripts
COPY ./*.sh /root/
COPY ./*.expect /root/
WORKDIR /root
ENTRYPOINT ["/usr/bin/expect", "-f"]
CMD ["verify-cli.sh"]
CMD ["verify-cli.expect"]