Skip to content

Commit

Permalink
Search build-static-ssh.sh at the correct spot
Browse files Browse the repository at this point in the history
  • Loading branch information
ngaro committed Aug 9, 2024
1 parent 9226a67 commit 4c4d2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.empty
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine AS builder
WORKDIR /root
RUN apk add --no-cache curl gcc make perl linux-headers musl-dev autoconf automake
COPY empty/build-static-ssh.sh .
COPY ./build-static-ssh.sh .
RUN ./build-static-ssh.sh
RUN echo "root:x:0:0:root:/:/ssh" > /root/passwd

Expand Down

0 comments on commit 4c4d2f3

Please sign in to comment.