Mise à jour de 'Dockerfile'
continuous-integration/drone/push Build is failing Details

master
Thomas BELLEMBOIS 4 days ago
parent 9385155a4c
commit a446f4b806

@ -1,9 +1,8 @@
FROM debian:bookworm
RUN apt update && apt -y install sshpass rsync doxygen nodejs npm
RUN apt update && apt -y install sshpass rsync
WORKDIR /usr/local
RUN npm install docusaurus
RUN mkdir /root/.ssh
COPY ./id_rsa /root/.ssh/

Loading…
Cancel
Save