Skip to content

Commit

Permalink
Add python headers package
Browse files Browse the repository at this point in the history
  • Loading branch information
sc68cal committed Jan 3, 2024
1 parent da15e55 commit 93a24fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN useradd -u $USER_ID -d $APP_DIR appuser
WORKDIR $APP_DIR
COPY . $WORKDIR
RUN chown -R $USER_ID $APP_DIR
RUN dnf install -y java-17-openjdk-devel python3-pip gcc
RUN dnf install -y java-17-openjdk-devel python3-pip gcc python-devel

USER $USER_ID
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk
Expand Down

0 comments on commit 93a24fb

Please sign in to comment.