Block a user
fuse-timestamp-fake (latest)
Published 2026-03-17 14:03:05 +01:00 by soeren
Installation
docker pull gitea.freundchenhub.com/soeren/fuse-timestamp-fake:latestsha256:c6d875077a1ed226d085fd57b2a5bfac5332e90d97f0550b864fa644f70f23fa
Image Layers
| # debian.sh --arch 'amd64' out/ 'stable' '@1773619200' |
| 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"] |