Skip to content
Snippets Groups Projects
Commit c9de0666 authored by Guillaume WEBER's avatar Guillaume WEBER Committed by Mohamed AZIKIOU
Browse files

fix: set bash as prefered terminal in deadlock desktop mission base image

parent f70fb71c
Branches
No related tags found
1 merge request!46fix: set bash as prefered terminal in deadlock desktop mission base image
Pipeline #18789 failed
......@@ -15,6 +15,7 @@ RUN addgroup -S sudo && adduser --disabled-password --gecos '' deadlock && \
RUN chown root:docker /usr/local/bin/docker
RUN sed -e '$s/ash/bash/' /etc/passwd
COPY start.desktop.sh .
RUN chmod 500 start.desktop.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment