Skip to content

Commit

Permalink
Install Launchable CLI in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ono-max committed Oct 9, 2024
1 parent 6a32527 commit 7ed5841
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,14 @@ RUN set -ex \

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

# Setup Launchable
RUN apt-get update && apt-get install -y --no-install-recommends \
openjdk-8-jdk \
python3 \
python3-setuptools \
pipx
ENV PATH="$PATH:/root/.local/bin"
RUN pipx install wheel
RUN pipx install launchable

USER ci

0 comments on commit 7ed5841

Please sign in to comment.