Skip to content

Commit

Permalink
fix docker/homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Jul 17, 2023
1 parent aca547a commit 9b2fb95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/homebrew/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ ENV LANG C

USER linuxbrew
WORKDIR "/home/linuxbrew"
RUN brew install cmake pkg-config bzip2 && rm -rf ~/.cache/Homebrew
RUN brew install cmake pkg-config bzip2 lz4 && rm -rf ~/.cache/Homebrew

CMD ["/bin/bash"]
2 changes: 1 addition & 1 deletion docker/homebrew/docker_run.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

docker run --volume=$(pwd)/../..:/home/linuxbrew/proxmark3 -w /home/rrg/proxmark3 -it pm3-brew:1.0
docker run --volume=$(pwd)/../..:/home/linuxbrew/proxmark3 -w /home/linuxbrew/proxmark3 -it pm3-brew:1.0
# if needed, run brew as user linuxbrew

0 comments on commit 9b2fb95

Please sign in to comment.