util/docker: Use more stable URL
The pgeorgi namespace is my own and things could change without notice there. To overcome this issue, encapsulate is now maintained on review.coreboot.org/encapsulate.git and mirrored over to github, so let's use that. Change-Id: I12e43f61f693a6b0392b84dd56ede665a1a2129a Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38899 Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
4714100c49
commit
3404247115
|
@ -45,7 +45,7 @@ RUN mkdir /cb-build && \
|
||||||
echo "tmpfs /home/coreboot/.ccache tmpfs rw,mode=1777 0 0" >> /etc/fstab
|
echo "tmpfs /home/coreboot/.ccache tmpfs rw,mode=1777 0 0" >> /etc/fstab
|
||||||
|
|
||||||
# Build encapsulate tool
|
# Build encapsulate tool
|
||||||
ADD https://raw.githubusercontent.com/pgeorgi/encapsulate/master/encapsulate.c /tmp/encapsulate.c
|
ADD https://raw.githubusercontent.com/coreboot/encapsulate/master/encapsulate.c /tmp/encapsulate.c
|
||||||
RUN gcc -o /usr/sbin/encapsulate /tmp/encapsulate.c && \
|
RUN gcc -o /usr/sbin/encapsulate /tmp/encapsulate.c && \
|
||||||
chown root /usr/sbin/encapsulate && \
|
chown root /usr/sbin/encapsulate && \
|
||||||
chmod +s /usr/sbin/encapsulate
|
chmod +s /usr/sbin/encapsulate
|
||||||
|
|
Loading…
Reference in New Issue