diff --git a/Dockers/remote-react-container/Dockerfile b/Dockers/remote-react-container/Dockerfile index be87c62..e0193d9 100644 --- a/Dockers/remote-react-container/Dockerfile +++ b/Dockers/remote-react-container/Dockerfile @@ -7,6 +7,8 @@ WORKDIR /workspace RUN apt-get update && apt-get install -y \ build-essential \ python3 \ + curl \ + software-properties-common \ git \ && rm -rf /var/lib/apt/lists/*