Dockerfile: Chmod everything in /usr/local/bin
* Keep it simple. * Nothing should ever be put in bin that isn't excutable.
This commit is contained in:
parent
d96378a391
commit
d08df0189b
@ -28,4 +28,4 @@ WORKDIR /etc/openvpn
|
||||
CMD ["ovpn_run"]
|
||||
|
||||
ADD ./bin /usr/local/bin
|
||||
RUN chmod +x /usr/local/bin/ovpn_* /usr/local/bin/easyrsa_*
|
||||
RUN chmod a+x /usr/local/bin/*
|
||||
|
Loading…
Reference in New Issue
Block a user