Block a user
fuse-timestamp-fake (latest)
Published 2026-06-22 14:12:33 +02:00 by soeren
Installation
docker pull gitea.freundchenhub.com/soeren/fuse-timestamp-fake:latestsha256:ea1ae5b9f4286499e3c6fc8440a480650aed9b291b1488ae36907da096c12cb0
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1781049600' |
| RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-fusepy fuse libfuse-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY fuse_timestamp_spoof.py . # buildkit |
| RUN /bin/sh -c echo "user_allow_other" >> /etc/fuse.conf # buildkit |
| ENTRYPOINT ["python3" "/app/fuse_timestamp_spoof.py"] |