Skip to content

Commit e17ac53

Browse files
committed
Dockerfile fix
1 parent fc204e2 commit e17ac53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ RUN echo "**** Get NordVPN Repo ****" && \
2323
/var/cache/apt/archives/* \
2424
/var/lib/apt/lists/* \
2525
/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 \
26+
echo "**** Finished software setup ****" && \
27+
chmod a+x /etc/cont-init.d/perms && \
28+
chmod a+x /etc/cont-init.d/tun-if && \
2929
echo "**** Finished setting execute permissions ****"
3030

3131
# Copy all the files we need in the container

0 commit comments

Comments
 (0)