Skip to content

Commit

Permalink
add jre
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifeismana committed Jul 10, 2024
1 parent 5985351 commit aad9e07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN pacman -Syu --noconfirm \
git \
python \
python-pip \
jre-openjdk \
jadx \
unzip
RUN python -m venv /data/.venv && \
Expand Down
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
#!/bin/bash
cd $GITHUB_WORKSPACE && ./script.sh
# do we really have to source profile for java to be in the path?
source /etc/profile && cd $GITHUB_WORKSPACE && ./script.sh

0 comments on commit aad9e07

Please sign in to comment.