Skip to content

Commit

Permalink
sadasdasd
Browse files Browse the repository at this point in the history
  • Loading branch information
ajimeno04 committed Aug 12, 2024
1 parent 0deb3e5 commit 01d8705
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deployments/ci/Dockerfile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ FROM node:21.7.1
# Install curl and other necessary tools
RUN apt-get update && apt-get install -y curl sudo

RUN pwd

# Set the working directory
WORKDIR ../..

RUN pwd
WORKDIR usr/

# Copy your Foundry installation script into the container
COPY ./deployments/ci/install_foundry.sh ./deployments/ci/install_foundry.sh
Expand Down

0 comments on commit 01d8705

Please sign in to comment.