How use histories command in docker bash?

Hello,
I Installed docker on my Kubuintu 18 from FROM php:7.3-apache

and entering bas with command I have
Linux 07a62c7b6b27 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 GNU/Linux

I wander if there is a way in docker bash to show commands history as I do in my Kubuntu with alias added to file /home/user/.bashrc :

alias hst="history | tail -n50 | sed 's#^[0-9]+##g' | sort -u"

?