1 parent fdf6a4d commit 2863609Copy full SHA for 2863609
1 file changed
e2e/docker/manager/Dockerfile
@@ -9,6 +9,7 @@ RUN apt-get update && \
9
apt-get install -y curl perl jq vim iproute2
10
11
COPY --from=base /doublezero/bin/doublezero /doublezero/bin/.
12
+COPY --from=base /doublezero/bin/doublezero-admin /doublezero/bin/.
13
COPY --from=base /doublezero/bin/doublezero_serviceability.so /doublezero/bin/.
14
COPY --from=base /doublezero/bin/doublezero_telemetry.so /doublezero/bin/.
15
COPY --from=base /doublezero/bin/doublezero_geolocation.so /doublezero/bin/.
0 commit comments