Use env bash instead of sh
This commit is contained in:
2
entrypoint.sh
Normal file → Executable file
2
entrypoint.sh
Normal file → Executable file
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh -l
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
dnf -y install rpmdevtools
|
dnf -y install rpmdevtools
|
||||||
rpmdev-setuptree
|
rpmdev-setuptree
|
||||||
|
|||||||
Reference in New Issue
Block a user