Skip to content

Commit

Permalink
add pip3 to container, use snapshot in licenses
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Jan 12, 2024
1 parent 1eaed31 commit 5614e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: zowe-docker-release.jfrog.io/ompzowe/zowecicd-license-base:v2.x
image: zowe-docker-snapshot.jfrog.io/ompzowe/zowecicd-license-base:latest

steps:

Expand Down
2 changes: 1 addition & 1 deletion licenses/docker/ort.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ARG ORT_VERSION=12.0.0
USER root

RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install -y curl bash python3 zip unzip wget software-properties-common
RUN apt-get install -y curl bash python3 zip unzip wget software-properties-common python3-pip
RUN curl -sL https://deb.nodesource.com/setup_18.x | bash -
RUN apt-get update -y && apt-get install -y nodejs openjdk-17-jdk pkg-config

Expand Down

0 comments on commit 5614e5a

Please sign in to comment.