We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620238d commit 271c4e3Copy full SHA for 271c4e3
KexStandaloneBase
@@ -6,7 +6,8 @@ USER root
6
RUN pacman -Syu --noconfirm \
7
git \
8
jdk8-openjdk \
9
- maven
+ maven \
10
+ python3
11
12
# install kex scripts
13
USER root
kex-run.sh
@@ -3,4 +3,4 @@
3
kex-install.sh
4
cd /home/kex
5
mvn package
-./kex.sh $*
+python3 ./kex.py $*
0 commit comments