Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
feat(storage): Use bash instead of sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 committed Mar 14, 2024
1 parent 4262b13 commit 3a3fad9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions storage/ubuntu-tiger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ RUN apt update -y \
&& git clone https://github.com/Genivia/RE-flex.git \
&& cd RE-flex \
&& ./clean.sh && ./build.sh && ./allinstall.sh

SHELL ["/bin/bash", "-c"]

0 comments on commit 3a3fad9

Please sign in to comment.