We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6174b commit b53309aCopy full SHA for b53309a
urbinit-src/Dockerfile
@@ -2,4 +2,4 @@ FROM yebyen/urbinit:base-i686
2
RUN /usr/bin/apt-get clean
3
ADD urbit-i386.diff /
4
RUN git clone https://github.com/urbit/urbit /urbit && cd /urbit && git clone https://github.com/urbit/arvo && patch -p1 < /urbit-i386.diff
5
-RUN curl -o urbit.pill https://bootstrap.urbit.org/latest.pill
+RUN curl -o /urbit/urbit.pill https://bootstrap.urbit.org/latest.pill
0 commit comments