Skip to content

Commit

Permalink
removed command
Browse files Browse the repository at this point in the history
  • Loading branch information
ragavareddychalapala committed Aug 29, 2024
1 parent 8d8d041 commit 7c46de1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ RUN apt-get update && \
apt-get -y install --no-install-recommends git && \
apt-get -y install --no-install-recommends maven && \
apt-get -y install --no-install-recommends curl && \
apt-get -y install --no-install-recommends dpkg-dev && \
apt-get remove -y python3.11 && \
apt-get -y install --no-install-recommends dpkg-dev && \
curl -o openjdk-17-jre-headless_17.0.9+9-1~deb12u1_amd64.deb https://snapshot.debian.org/archive/debian-security/20231105T195436Z/pool/updates/main/o/openjdk-17/openjdk-17-jre-headless_17.0.9+9-1~deb12u1_amd64.deb && \
dpkg -i openjdk-17-jre-headless_17.0.9+9-1~deb12u1_amd64.deb && \
dpkg -i openjdk-17-jre-headless_17.0.9+9-1~deb12u1_amd64.deb && \
curl -sSfL https://raw.githubusercontent.com/anchore/syft/main/install.sh | sh -s -- -b /opt/DebianImageClearing v0.90.0 && \
rm -rf /var/lib/apt/lists/* && \
rm -rf archive.tar.gz

ENV PATH="/root/.local/bin:$PATH"

# Copying files from host to current working directory
#COPY /out/net8.0 /app/out
COPY /buildoutput/ /app/out
COPY /out/net8.0 /app/out
# COPY /buildoutput/ /app/out

0 comments on commit 7c46de1

Please sign in to comment.