diff --git a/api_ping/Dockerfile b/api_ping/Dockerfile index 52a6c0c..02276cb 100644 --- a/api_ping/Dockerfile +++ b/api_ping/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/backfiller/Dockerfile b/backfiller/Dockerfile index 6d4cd76..4902179 100644 --- a/backfiller/Dockerfile +++ b/backfiller/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev postgresql-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev postgresql-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/cutter/Dockerfile b/cutter/Dockerfile index 6443a6f..96acb71 100644 --- a/cutter/Dockerfile +++ b/cutter/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev postgresql-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev postgresql-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/downloader/Dockerfile b/downloader/Dockerfile index f1266ce..3120588 100644 --- a/downloader/Dockerfile +++ b/downloader/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/playlist_manager/Dockerfile b/playlist_manager/Dockerfile index c68c098..287961f 100644 --- a/playlist_manager/Dockerfile +++ b/playlist_manager/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev postgresql-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev postgresql-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/restreamer/Dockerfile b/restreamer/Dockerfile index 5f68c1e..7086afa 100644 --- a/restreamer/Dockerfile +++ b/restreamer/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/segment_coverage/Dockerfile b/segment_coverage/Dockerfile index f1e7c1f..d301be3 100644 --- a/segment_coverage/Dockerfile +++ b/segment_coverage/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev file make busybox-extras jpeg-dev zlib-dev # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/sheetsync/Dockerfile b/sheetsync/Dockerfile index 3dc92ca..8ec51f9 100644 --- a/sheetsync/Dockerfile +++ b/sheetsync/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev postgresql-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev postgresql-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent diff --git a/thrimshim/Dockerfile b/thrimshim/Dockerfile index 1ee0060..710af3e 100644 --- a/thrimshim/Dockerfile +++ b/thrimshim/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.14 # dependencies needed for compiling c extensions # also busybox-extras for telnet for easier use of backdoor -RUN apk --update add py3-pip gcc python-dev musl-dev postgresql-dev file make busybox-extras +RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev postgresql-dev file make busybox-extras # Install gevent so that we don't need to re-install it when common changes RUN pip install gevent