stephb9959
2022-08-01 09:13:54 -07:00
parent 1341e15874
commit fc7947394d
3 changed files with 25 additions and 18 deletions

View File

@@ -9,8 +9,8 @@ RUN apk add --update --no-cache \
FROM build-base AS poco-build
ADD https://api.github.com/repos/stephb9959/poco/git/refs/heads/master version.json
RUN git clone https://github.com/stephb9959/poco /poco
ADD https://api.github.com/repos/AriliaWireless/poco/git/refs/tags/poco-tip-v1 version.json
RUN git clone https://github.com/AriliaWireless/poco --branch poco-tip-v1 /poco
WORKDIR /poco
RUN mkdir cmake-build