Skip to content

Commit 1249d71

Browse files
authored
ensure that tailscaled is executable
1 parent 189cd38 commit 1249d71

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)