kopia lustrzana https://github.com/jupyterhub/repo2docker
6 wiersze
181 B
Bash
6 wiersze
181 B
Bash
![]() |
#!/bin/bash
|
||
|
set -e
|
||
|
|
||
|
cd /usr/local/bin/ && curl -L https://github.com/openshift/source-to-image/releases/download/v1.1.5/source-to-image-v1.1.5-4dd7721-linux-amd64.tar.gz | tar xvz
|
||
|
|