mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix shebang in mkimage-yum.sh
Docker-DCO-1.1-Signed-off-by: Chris St. Pierre <chris.a.st.pierre@gmail.com> (github: stpierre)
This commit is contained in:
parent
d419da7227
commit
fd2403b830
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
#
|
||||
# Create a base CentOS Docker image.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue