Skip to content

Commit

Permalink
Merge pull request #22 from nathanjnorris/alpine-edge
Browse files Browse the repository at this point in the history
Pull edge package
  • Loading branch information
nathanjnorris authored Oct 10, 2024
2 parents 8b03676 + 69190eb commit 389ae1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:latest

RUN apk update
RUN apk add openssh
RUN apk add openssh --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main
RUN apk add curl
RUN curl -L https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -o /usr/bin/cloudflared
RUN chmod +x /usr/bin/cloudflared
Expand All @@ -10,4 +10,4 @@ RUN mkdir /root/.ssh
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit 389ae1e

Please sign in to comment.