Skip to content

Commit 7696139

Browse files
authored
Merge pull request #4 from billimek/chmod
ensure that tailscaled is executable
2 parents 189cd38 + 1249d71 commit 7696139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ USER root
1717

1818
RUN apt-get update && apt-get install -y curl gpg dnsutils
1919
COPY tailscaled /etc/init.d/tailscaled
20+
RUN chmod +x /etc/init.d/tailscaled
2021
COPY --from=builder /app/binaries/tailscaled /usr/sbin/tailscaled
2122
COPY --from=builder /app/binaries/tailscale /usr/bin/tailscale
2223

0 commit comments

Comments
 (0)