diff --git a/docker/pce_deployment/Dockerfile.ubuntu b/docker/pce_deployment/Dockerfile.ubuntu index e41920eb6..485d5c21a 100644 --- a/docker/pce_deployment/Dockerfile.ubuntu +++ b/docker/pce_deployment/Dockerfile.ubuntu @@ -14,8 +14,10 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone ########################################## RUN apt-get update && apt-get install -y --no-install-recommends \ curl \ + gcc \ jq \ python3.8 \ + python3-dev \ python3-pip \ unzip \ sudo