-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker build fails with missing archives #207
Comments
…s as one docker layer.. there could been problems if someone has previous cached layers
Hi @mjsduncan, I've made some updates to the repository that should fix the To avoid any conflicts, you might want to move your current local repository to a safe location (in case you have any uncommitted changes you want to keep). Alternatively, if you have no uncommitted changes, you can delete it. Here are the steps to follow:
The FROM ubuntu:22.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y \
python3 \
python3-pip \
libpython3-dev \
git \
sudo \
curl \
gcc \
cmake \
python3-venv \
time \
wget \
vim \
bc \
dos2unix This change ensures that the package lists are up-to-date when installing, which should resolve the Let me know if you run into any more issues! Thanks for your patience. |
the build finishes now after deleting and recloning, thanks! |
… the package installs as one docker layer.. there could been problems if someone has previous cached layers
… the package installs as one docker layer.. there could been problems if someone has previous cached layers
… the package installs as one docker layer.. there could been problems if someone has previous cached layers
… the package installs as one docker layer.. there could been problems if someone has previous cached layers
The text was updated successfully, but these errors were encountered: