|
|
|
@ -37,13 +37,13 @@ RUN touch README.md && mkdir pwndbg && touch pwndbg/empty.py
|
|
|
|
RUN sed -i 's/read -p "Do you want to do a full system update?/#read/' ./setup.sh && \
|
|
|
|
RUN sed -i 's/read -p "Do you want to do a full system update?/#read/' ./setup.sh && \
|
|
|
|
./setup.sh
|
|
|
|
./setup.sh
|
|
|
|
|
|
|
|
|
|
|
|
# Cleanup dummy files
|
|
|
|
|
|
|
|
RUN rm README.md && rm -rf pwndbg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Comment these lines if you won't run the tests.
|
|
|
|
# Comment these lines if you won't run the tests.
|
|
|
|
ADD ./setup-dev.sh /pwndbg/
|
|
|
|
ADD ./setup-dev.sh /pwndbg/
|
|
|
|
RUN ./setup-dev.sh
|
|
|
|
RUN ./setup-dev.sh
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Cleanup dummy files
|
|
|
|
|
|
|
|
RUN rm README.md && rm -rf pwndbg
|
|
|
|
|
|
|
|
|
|
|
|
ADD . /pwndbg/
|
|
|
|
ADD . /pwndbg/
|
|
|
|
|
|
|
|
|
|
|
|
ENV PATH="${PWNDBG_VENV_PATH}/bin:${PATH}"
|
|
|
|
ENV PATH="${PWNDBG_VENV_PATH}/bin:${PATH}"
|
|
|
|
|