We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc204e2 commit e17ac53Copy full SHA for e17ac53
Dockerfile
@@ -23,9 +23,9 @@ RUN echo "**** Get NordVPN Repo ****" && \
23
/var/cache/apt/archives/* \
24
/var/lib/apt/lists/* \
25
/var/tmp/* && \
26
- echo "**** Finished software setup ****" \
27
- chmod a+x /etc/cont-init.d/perms \
28
- chmod a+x /etc/cont-init.d/tun-if \
+ echo "**** Finished software setup ****" && \
+ chmod a+x /etc/cont-init.d/perms && \
+ chmod a+x /etc/cont-init.d/tun-if && \
29
echo "**** Finished setting execute permissions ****"
30
31
# Copy all the files we need in the container
0 commit comments