Skip to content
Extraits de code Groupes Projets
Valider c29c1709 rédigé par remi-filament's avatar remi-filament
Parcourir les fichiers

Fix known hosts destination

parent f05f7630
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -52,7 +52,7 @@ RUN set -x; \ ...@@ -52,7 +52,7 @@ RUN set -x; \
rm -rf /var/lib/apt/lists/* wkhtmltox.deb rm -rf /var/lib/apt/lists/* wkhtmltox.deb
# Add Git Known Hosts # Add Git Known Hosts
COPY ./ssh_known_git_hosts ~root/.ssh/known_hosts COPY ./ssh_known_git_hosts /root/.ssh/known_hosts
# Install Odoo and remove not French translations and .git directory to limit amount of data used by container # Install Odoo and remove not French translations and .git directory to limit amount of data used by container
RUN set -x; \ RUN set -x; \
......
...@@ -48,7 +48,7 @@ RUN set -x; \ ...@@ -48,7 +48,7 @@ RUN set -x; \
rm -rf /var/lib/apt/lists/* wkhtmltox.deb rm -rf /var/lib/apt/lists/* wkhtmltox.deb
# Add Git Known Hosts # Add Git Known Hosts
COPY ./ssh_known_git_hosts ~root/.ssh/known_hosts COPY ./ssh_known_git_hosts /root/.ssh/known_hosts
# Install Odoo and remove not French translations and .git directory to limit amount of data used by container # Install Odoo and remove not French translations and .git directory to limit amount of data used by container
RUN set -x; \ RUN set -x; \
......
...@@ -48,7 +48,7 @@ RUN set -x; \ ...@@ -48,7 +48,7 @@ RUN set -x; \
rm -rf /var/lib/apt/lists/* wkhtmltox.deb rm -rf /var/lib/apt/lists/* wkhtmltox.deb
# Add Git Known Hosts # Add Git Known Hosts
COPY ./ssh_known_git_hosts ~root/.ssh/known_hosts COPY ./ssh_known_git_hosts /root/.ssh/known_hosts
# Install Odoo and remove not French translations and .git directory to limit amount of data used by container # Install Odoo and remove not French translations and .git directory to limit amount of data used by container
RUN set -x; \ RUN set -x; \
......
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