We can't make this file beautiful and searchable because it's too large.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Twitter ID, Screen name, Followers | |
12,jack,6526006 | |
13,biz,2608289 | |
20,ev,1679155 | |
57,SarahM,17448 | |
59,Tim535353,9340 | |
76,marciadorsey,19501 | |
224,davepell,57523 | |
291,goldman,916937 | |
295,joshk,149086 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# LS build container | |
FROM alpine:edge as ls-build | |
RUN apk --no-cache add \ | |
gstreamer \ | |
gst-plugins-base \ | |
gst-plugins-good \ | |
gst-plugins-bad \ | |
gst-plugins-ugly \ | |
gst-libav \ |