Block a user
tachyschizobot (latest)
Published 2026-06-12 11:50:09 +03:00 by kwiialyssa
Installation
docker pull gitea.kawaii-alyssa.dev/kwiialyssa/tachyschizobot:latestsha256:67e347da56162ad7d155d17d06a5451d235ac8208bbd05be35b382e04eff87c6
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 63e7aa2a6f | linux/amd64 | 82 MiB |
Image Layers ( linux/amd64)
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:14c8897ef5107db11b35f5a0c05bdcb883c0a6daa83d07d4439865541f08514c in / |
| CMD ["/bin/bash"] |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:mhier/libboost-latest && apt-get update && apt-get install -y libboost-log1.81.0 libboost-program-options1.81.0 libboost-filesystem1.81.0 libboost-system1.81.0 libboost-thread1.81.0 libboost-json1.81.0 libboost-locale1.81.0 libssl3 zlib1g libpq5 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /usr/local/lib/libpqxx* /usr/local/lib/ # buildkit |
| COPY /app/install /usr/local # buildkit |
| RUN /bin/sh -c ldconfig # buildkit |
| COPY /app/CHANGELOG /root/ # buildkit |
| COPY /app/resources /root/resources # buildkit |
| WORKDIR /root/ |
| CMD ["TachySchizoBot"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.version | 22.04 |