Skip to content

Commit

Permalink
Problem running ./asn1-docker.sh #261
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed May 6, 2023
1 parent 68afeec commit ccf55b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asn1-docker.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
docker run --rm -v $PWD:/tmp/mounted -w /tmp/mounted -u $(id -u):$(id -g) -e PATH="/opt/asn1scc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" asn1scc-runtime /opt/asn1scc/asn1scc "$@"
docker run --rm -v $PWD:/tmp/mounted -w /tmp/mounted -u $(id -u):$(id -g) -e PATH="/opt/asn1scc:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" asn1scc-runtime "$@"

0 comments on commit ccf55b8

Please sign in to comment.