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

stryker
Thomas BELLEMBOIS 2 months ago
parent 9fb200c2c8
commit 12859540d9

@ -1,10 +1,9 @@
FROM debian:bookworm
LABEL author="Thomas Bellembois"
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