Skip to content

Commit

Permalink
Merge pull request #149 from internet2/pc_April23
Browse files Browse the repository at this point in the history
fix file perms on AD key
  • Loading branch information
pcaskey authored May 17, 2023
2 parents 5cfc28f + ebfe33c commit f2e0e08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Workbench/ad/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ RUN apt-get install -y attr acl samba smbclient ldap-utils winbind libnss-winbin
RUN apt-get install -y openvpn inetutils-ping

ADD container_files/certs/ /var/lib/samba/private/tls/
RUN chmod 600 /var/lib/samba/private/tls/key.pem

ADD container_files/start.sh /start.sh
RUN chmod 755 /start.sh
Expand Down

0 comments on commit f2e0e08

Please sign in to comment.