A container registry that uses the AT Protocol for manifest storage and S3 for blob storage. atcr.io
docker container atproto go
81
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix dockerfile

+1 -1
+1 -1
Dockerfile.appview
··· 6 6 ENV DEBIAN_FRONTEND=noninteractive 7 7 8 8 RUN apt-get update && \ 9 - apt-get install -y --no-install-recommends sqlite3 libsqlite3-dev && \ 9 + apt-get install -y --no-install-recommends sqlite3 libsqlite3-dev curl && \ 10 10 rm -rf /var/lib/apt/lists/* && \ 11 11 go install github.com/air-verse/air@latest 12 12