7 lines
184 B
Text
7 lines
184 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
RUN "sudo apt-get update";
|
||
|
RUN "sudo apt-get install git";
|
||
|
RUN "git clone https://gitlab.com/sbrl/bin.git"
|
||
|
RUN "cd \${HOME}/bin && GPG_SIGN_COMMITS=n ./envsetup";
|