Skip to content
Snippets Groups Projects
Commit a0d62a11 authored by Rémi Cresson's avatar Rémi Cresson
Browse files

CI: wip

parent 0a4f44df
No related tags found
1 merge request!99Draft: Testing autoinstall
Pipeline #13978 failed
ARG IMG
FROM $IMG
RUN apt update && apt install -y python3 # Required for ubuntu
# For unbuntu:
RUN apt update && apt install -y ca-certificates python3 && update-ca-certificates
RUN useradd -s /bin/bash -m otbuser
WORKDIR /home/otbuser
USER otbuser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment