We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9178392 commit 0e9a630Copy full SHA for 0e9a630
Dockerfile
@@ -43,7 +43,7 @@ RUN apt-add-repository multiverse && \
43
RUN apt-get install apt-fast -y --no-install-recommends
44
45
# install req packages
46
-RUN apt-fast install -y --no-install-recommends python3-all-dev python3-dev python3.12 python3-pip libpython3.12-dev python3.12-dev pyrhon3.12-venv
+RUN apt-fast install -y --no-install-recommends python3-all-dev python3-dev python3.12 python3-pip libpython3.12-dev python3.12-dev python3.12-venv
47
RUN apt-fast -y --no-install-recommends -o Dpkg::Options::="--force-confold" -y -o Dpkg::Options::="--force-confdef" -fuy dist-upgrade && \
48
apt-fast install -y --no-install-recommends \
49
gnupg \
0 commit comments