Skip to content

Commit

Permalink
feat: start including tailscale binaries for tailscale status checkin…
Browse files Browse the repository at this point in the history
…g before script runs (#192)
  • Loading branch information
fritterhoff authored Dec 17, 2024
1 parent 4c3345c commit 92fbf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN pip3 install --break-system-packages --upgrade pip wheel && \
pip3 install --break-system-packages --upgrade cryptography && \
pip3 install --break-system-packages --ignore-installed -r /tmp/requirements.txt
RUN ansible-galaxy install -r /tmp/requirements.yml
COPY --from=docker.io/tailscale/tailscale:v1.78.3@sha256:9d4c17a8451e2d1282c22aee1f08d28dc106979c39c7b5a35ec6313d4682a43e /usr/local/bin/tailscaled /usr/local/bin/tailscale /usr/local/bin/
RUN apk del build-dependencies && \
rm -rf /var/cache/apk/* && \
rm -rf /root/.cache/pip && \
Expand Down

0 comments on commit 92fbf12

Please sign in to comment.