diff --git a/backend/Dockerfile b/backend/Dockerfile index 5bbc499..35ece19 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -5,11 +5,11 @@ RUN apt-get update && apt-get install -y \ libssl-dev \ libffi-dev \ python3-dev \ - libgl1-mesa-glx \ - libglu1-mesa \ - libglib2.0-0 && apt-get clean -# RUN pip install --no-cache-dir --upgrade pip + +RUN apt-get update && apt-get install -y libgl1-mesa-glx libglu1-mesa libglib2.0-0 +RUN pip install --no-cache-dir --upgrade pip + WORKDIR /drone-ai-backend diff --git a/frontend/src/App.js b/frontend/src/App.js index bdd288c..26f1ca0 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -22,4 +22,3 @@ function App() { } export default App; -