Skip to content
Snippets Groups Projects
Commit 0b9fd2cd authored by Joscha Schmiedt's avatar Joscha Schmiedt
Browse files

Try different method to change from dash to bash in Docker

parent 1c89aa8a
No related branches found
No related tags found
2 merge requests!61Release 0.3.0,!57Fix deprecations + updates
Pipeline #55334 failed
FROM debian:bookworm
# change to bash default for gitlab runner
RUN echo "dash dash/sh boolean false" | debconf-set-selections
RUN DEBIAN_FRONTEND=noninteractive dpkg-reconfigure dash
RUN unlink /bin/sh
RUN ln -s /bin/bash /bin/sh
RUN apt-get update
RUN apt-get install -y cmake
......
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