File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ FROM ghcr.io/named-data/ndn-cxx-runtime:${NDN_CXX_VERSION} AS testbed-master
77RUN <<EOF
88 set -eux
99
10- apt-get -Uy install --no-install-recommends ca-certificates curl
10+ apt-get install -Uy --no-install-recommends ca-certificates curl
1111 install -m 0755 -d /etc/apt/keyrings
1212 curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
1313 chmod a+r /etc/apt/keyrings/docker.asc
@@ -25,16 +25,16 @@ RUN <<EOF
2525 apt-get distclean
2626
2727 pip install --no-cache-dir --disable-pip-version-check --break-system-packages \
28- PyYAML \
28+ jinja2==3.1.6 \
2929 python-ndn==0.4.2 \
30- Jinja2==3.1.4
30+ pyyaml==6.0.3
3131EOF
3232
3333VOLUME /testbed
3434WORKDIR /testbed
3535
3636
37- FROM caddy:2 AS testbed-caddy
37+ FROM caddy:2-alpine AS testbed-caddy
3838
3939ADD https://nfd-status-page.ndn.today/NDNts-NFD-status-page.txz /srv/n/dist.txz
4040RUN tar -Jxvf /srv/n/dist.txz -C /srv/n && rm /srv/n/dist.txz
You can’t perform that action at this time.
0 commit comments