| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:e67907c77897d27192314f6c4fa0112b6f7dce3e127500516535cc50fe736c92 in / |
| CMD ["/bin/bash"] |
| COPY file:910f14ece94d86a06b05342fcd904e7fc33a29c0308dfd8a5b0f680f7c29cb23 in /home/webTerminal/build/ttyd |
| /bin/sh -c apt-get update && apt-get install -y curl && curl -fsSL https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && apt-get install -y tini libjson-c-dev libwebsockets-dev && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://mirrors.ustc.edu.cn/docker-ce/linux/ubuntu/ $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y docker-ce-cli && apt remove --purge curl -y && apt autoremove -y && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |
| ENTRYPOINT ["/usr/bin/tini" "--"] |
| ENV WEB_TERMINAL_HELLO=Successfully connected to the devcontainer |
| CMD ["/home/webTerminal/build/ttyd" "-W" "bash"] |