We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a83b18 commit 04d5453Copy full SHA for 04d5453
1 file changed
Dockerfile
@@ -10,15 +10,9 @@ RUN apt-get install systemd bash jq -y
10
RUN echo $(date +%s) > updated
11
RUN chmod +x /usr/bin/systemctl
12
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
19
-FROM docker as clone
+FROM systemd as clone
20
RUN rm -rf /src
21
-RUN git clone --branch v0.0.7 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
+RUN git clone --branch v0.0.8 --depth 1 https://github.com/bitcoincore-dev/miniscript-docker /src
22
23
FROM clone as make
24
WORKDIR /src
0 commit comments