Skip to content

Commit

Permalink
add argument to that path
Browse files Browse the repository at this point in the history
  • Loading branch information
zsarge committed Nov 18, 2024
1 parent eb0b18f commit ab5195e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ RUN apt update && \
&& apt-get clean all

WORKDIR /app
ARG LAB_SOURCE

COPY requirements.txt .
COPY $LAB_SOURCE/requirements.txt .
RUN pip3 install -r requirements.txt

ARG LAB_SOURCE

COPY $LAB_SOURCE/Makefile $LAB_SOURCE/example.c $LAB_SOURCE/attack.py $LAB_SOURCE/create_table.py $LAB_SOURCE/flag.txt .
RUN make
RUN useradd -ms /bin/bash user
Expand Down

0 comments on commit ab5195e

Please sign in to comment.