this repo has no description
0
fork

Configure Feed

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

fix dockerfile

+1 -2
+1 -2
Dockerfile
··· 10 10 11 11 FROM alpine:latest 12 12 13 - RUN apk --no-cache add ca-certificates 14 - RUN apt-get update && apt-get install -y gcc 13 + RUN apk --no-cache add ca-certificates libgcc 15 14 16 15 WORKDIR /root/ 17 16 COPY --from=builder /app/bskyfeed .