Open yann-insa opened 4 months ago
dockerfile correlty with :
` FROM adoptopenjdk/openjdk16:latest
RUN apt-get update && apt-get install -y \ vim \ python3.9 \ python3.9-venv \ python3.9-dev \ git \ cmake \ build-essential \ pipenv \ ffmpeg \ curl \ && apt-get clean
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
RUN mkdir /src WORKDIR /src `
Hi, I want to try your overlay script seems to be fantastic, but I have some issue when build dokerfile :
` 0.1s 158.6s
Please, can I ask you to push on docker hub a new version (semme to be 3 years old) Thanks in advance