Fix typo in Docker files (#15256)
This commit is contained in:
parent
a64a66dd62
commit
86165750ff
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ apt-get install -y --no-install-recommends ${PACKAGES[@]} ${PACKAGES_DEV[@]}
|
|||
# This is a list of scripts that install additional dependencies. If you only
|
||||
# need to install a package from the official debian repository, just add it
|
||||
# to the list above. Only create a script if you need compiling, manually
|
||||
# downloading or a 3th party repository.
|
||||
# downloading or a 3rd party repository.
|
||||
if [ "$INSTALL_TELLSTICK" == "yes" ]; then
|
||||
virtualization/Docker/scripts/tellstick
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue