Skip to content

Commit 8bd3e78

Browse files
committed
Install Launchable CLI in Dockerfile
1 parent 493822c commit 8bd3e78

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,14 @@ RUN set -ex \
6565

6666
RUN adduser --disabled-password --gecos '' ci && adduser ci sudo
6767

68+
# Setup Launchable
69+
RUN apt-get install -y --no-install-recommends \
70+
python3-venv \
71+
python3-setuptools \
72+
python3-pip \
73+
pipx \
74+
openjdk-8-jdk
75+
ENV PATH="$PATH:/root/.local/bin"
76+
RUN pipx install launchable
77+
6878
USER ci

0 commit comments

Comments
 (0)