mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-06-26 07:00:39 -04:00
Cleanup and work in feedback.
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
2f5bb77fbb
commit
ed2e4e4068
10 changed files with 10 additions and 1202 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue