Skip to content

Commit 271c4e3

Browse files
committed
new kex support
1 parent 620238d commit 271c4e3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

KexStandaloneBase

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ USER root
66
RUN pacman -Syu --noconfirm \
77
git \
88
jdk8-openjdk \
9-
maven
9+
maven \
10+
python3
1011

1112
# install kex scripts
1213
USER root

kex-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
kex-install.sh
44
cd /home/kex
55
mvn package
6-
./kex.sh $*
6+
python3 ./kex.py $*

0 commit comments

Comments
 (0)