update workdir after cloning the repo
Some checks failed
Build and publish the docker image / build (push) Failing after 12m50s
Some checks failed
Build and publish the docker image / build (push) Failing after 12m50s
Signed-off-by: ngn <ngn@ngn.tf>
This commit is contained in:
parent
c42c288c4a
commit
1be6e9b44e
@ -9,6 +9,8 @@ USER builder
|
|||||||
|
|
||||||
WORKDIR /home/builder
|
WORKDIR /home/builder
|
||||||
RUN git clone --recursive https://github.com/purplei2p/i2pd-tools
|
RUN git clone --recursive https://github.com/purplei2p/i2pd-tools
|
||||||
|
|
||||||
|
WORKDIR /home/builder/i2pd-tools
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
FROM alpine AS runner
|
FROM alpine AS runner
|
||||||
|
Loading…
x
Reference in New Issue
Block a user