4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "RUN apt-get install --yes --no-install-recommends git-core" >> Dockerfile
|