ping-pong (latest)
Published 2026-08-28 20:46:22 +03:00 by package-publisher
Installation
docker pull distsys.ru/course/ping-pong:latestsha256:bf569b5372be3eed18ea7923f5b445e22b6c2f6f1a7892b8ce54f69165322bdc
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| RUN /bin/sh -c apt-get update && apt-get install -y python3-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /opt/course/bin/distsys-ping-pong /usr/local/bin/distsys-ping-pong # buildkit |
| WORKDIR /solution |
| ENTRYPOINT ["distsys-ping-pong"] |