Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Akash LM <[email protected]>
  • Loading branch information
akash4sh authored Jun 21, 2024
1 parent 00e5776 commit df31710
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 @@ -20,7 +20,7 @@ RUN apt-get install -y git
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin

# Install scsctl from test pypi
RUN pip install --no-cache-dir --index-url https://test.pypi.org/simple/ scsctl==0.0.6.22
RUN pip install --no-cache-dir --index-url https://test.pypi.org/simple/ scsctl==0.0.6.18

# Copy the current directory contents into the container at /app
COPY . /app
Expand Down

0 comments on commit df31710

Please sign in to comment.