mirror of
https://github.com/zplug/zplug
synced 2026-03-06 22:21:43 +01:00
Remove the practice of copying ~/.ssh into the Docker image, which baked private keys into image layers. HTTPS (the default protocol) is sufficient for testing.
6 lines
59 B
Bash
Executable File
6 lines
59 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker build -t zplug -f Dockerfile .
|