Skip to content

Commit

Permalink
Merge pull request #73 from ono-max/add-launchable
Browse files Browse the repository at this point in the history
Install Launchable CLI in Dockerfile
  • Loading branch information
ono-max authored Nov 13, 2024
2 parents 493822c + 8bd3e78 commit 464fd1a
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 install -y --no-install-recommends \
python3-venv \
python3-setuptools \
python3-pip \
pipx \
openjdk-8-jdk
ENV PATH="$PATH:/root/.local/bin"
RUN pipx install launchable

USER ci

0 comments on commit 464fd1a

Please sign in to comment.