Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-eshghie authored Oct 13, 2024
1 parent 90a3569 commit db7d1e4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ WORKDIR /app
RUN apt-get update && apt-get install -y git build-essential && rm -rf /var/lib/apt/lists/*


# Clone the SoliDiffy repository
RUN apt-get install -y git
RUN git clone https://anonymous.4open.science/r/SoliDiffy-EF2B
COPY . /app/SoliDiffy

# Change directory to SoliDiffy
WORKDIR /app/SoliDiffy
Expand Down

0 comments on commit db7d1e4

Please sign in to comment.