mirror of
https://github.com/TheLocehiliosan/yadm
synced 2026-03-02 03:49:29 +00:00
Add support for ESH
This commit is contained in:
committed by
Jonathan Daigle
parent
550a6b4340
commit
f348e154c7
@@ -36,6 +36,9 @@ RUN pip3 install \
|
||||
yamllint==1.17.0 \
|
||||
;
|
||||
|
||||
RUN curl https://raw.githubusercontent.com/jirutka/esh/v0.3.0/esh > /usr/local/bin/esh; \
|
||||
chmod +x /usr/local/bin/esh
|
||||
|
||||
# Create a flag to identify when running inside the yadm testbed
|
||||
RUN touch /.yadmtestbed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user