Skip to content

Commit

Permalink
Update pezor.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zarguell authored Dec 16, 2024
1 parent e960f61 commit c3e97ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dockerfiles/pezor.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && \

# Clone repo,remove 'sudo' commands from the installation script and run the installation script for PEzor
RUN git clone https://github.com/phra/PEzor.git /app/PEzor && \
sed -i 's/go install/go get/' /app/PEzor/install.sh && \
sed -i 's/sudo //g' /app/PEzor/install.sh && \
/app/PEzor/install.sh

Expand Down

0 comments on commit c3e97ab

Please sign in to comment.