From d4ca078eb8c7302a82a911ce94c5b5666558a5d4 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 9 Oct 2021 20:10:15 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdecc51..27d9fa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY config /opt/ RUN useradd -u 54000 radio && \ apt-get update && \ - apt-get install -y git gcc g++ python2 wget make && \ + apt-get install -y git gcc g++ python2 python2-dev wget make && \ cd /opt && \ wget https://bootstrap.pypa.io/pip/2.7/get-pip.py && \ python2 ./get-pip.py && \