Skip to content

Commit

Permalink
removed a couple lines of commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser58 committed Aug 16, 2023
1 parent f1a5bb7 commit 91169c1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .ci/docker/Dockerfile.rocky88ci
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM rockylinux:8.8

# Purpose: This image is designed for HIRS ci testing on Rocky Linux
# Date Modified: 8/10/23
# Date Modified: 8/16/23
# Notes:
# * This image installs java, installs project dependencies, and runs gradlew to download gradlew
# dependencies. This saves time during a docker run. This also means the image should be
Expand All @@ -24,10 +24,6 @@ RUN dnf -y update
# Install Java 17
RUN dnf -y install java-17-openjdk-devel

# Set Environment Variables
#ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk
#ENV PATH="$JAVA_HOME/bin:$PATH"

# Ports needed for system-level tests
EXPOSE 8080
EXPOSE 8443
Expand All @@ -52,7 +48,6 @@ RUN dnf -y install mariadb-server initscripts firewalld policycoreutils net-tool
# RUN dnf makecache
# RUN dnf -y install dotnet-sdk-6.0
# RUN dotnet tool install --global dotnet-rpm
# ?? need this?: RUN PATH="~/.dotnet/tools:${PATH}"

# Checkout HIRS main branch and run gradlew to install gradlew dependencies, then delete HIRS
# Use '--depth=1' so as to not download the history of all commits
Expand Down

0 comments on commit 91169c1

Please sign in to comment.