Skip to content

Commit

Permalink
remove tty
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed May 10, 2024
1 parent ac571b0 commit 139fc47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ echo "[+] Building docker image: ${JAMMY_TAG}"
docker build --tag ${JAMMY_TAG} --build-arg CODE_NAME=ubuntu:jammy - < "${DOCKERFILE_PATH}"

echo "[+] Running gdb container: ${JAMMY_TAG}-builder"
docker run -it --rm -v "${PWD}:/gdb" --name "${JAMMY_TAG}-builder" ${JAMMY_TAG} /bin/bash -c "/bin/bash /gdb/build.sh"
docker run --rm -v "${PWD}:/gdb" --name "${JAMMY_TAG}-builder" ${JAMMY_TAG} /bin/bash -c "/bin/bash /gdb/build.sh"

0 comments on commit 139fc47

Please sign in to comment.