Skip to content
Extraits de code Groupes Projets
Valider bbd1ac1b rédigé par Théo - Le Filament's avatar Théo - Le Filament
Parcourir les fichiers

fix(build): resolv a second unexpected command output to file while installing pip package

parent b9be96f6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -40,7 +40,7 @@ RUN set -x; \
COPY --from=builder /svc /svc
RUN pip3 install --no-index --find-links=/svc/wheels -r https://raw.githubusercontent.com/oca/OCB/16.0/requirements.txt &&\
pip3 install -U --no-index --find-links=/svc/wheels astor openupgradelib phonenumbers python-stdnum>=1.18 PyYAML zxcvbn
pip3 install -U --no-index --find-links=/svc/wheels 'astor' 'openupgradelib' 'phonenumbers' 'python-stdnum>=1.18' 'PyYAML' 'zxcvbn'
# Add Git Known Hosts
COPY ./ssh_known_git_hosts /root/.ssh/known_hosts
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter