Skip to content

Commit 04d5453

Browse files
committed
Dockerfile:v0.0.8
1 parent 5a83b18 commit 04d5453

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,9 @@ RUN apt-get install systemd bash jq -y
1010
RUN echo $(date +%s) > updated
1111
RUN chmod +x /usr/bin/systemctl
1212
RUN echo $(date +%s) > updated
13-
FROM systemd as pandoc
14-
RUN apt-get install pandoc -y
15-
RUN echo $(date +%s) > updated
16-
FROM pandoc as docker
17-
RUN apt-get install docker.io -y
18-
RUN echo $(date +%s) > updated
19-
FROM docker as clone
13+
FROM systemd as clone
2014
RUN rm -rf /src
21-
RUN git clone --branch v0.0.7 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
15+
RUN git clone --branch v0.0.8 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
2216
RUN echo $(date +%s) > updated
2317
FROM clone as make
2418
WORKDIR /src

0 commit comments

Comments
 (0)