feat: add ragel to Dockerfile

This commit is contained in:
august-alt 2024-07-24 17:19:49 +04:00
parent 9cdd285a42
commit ef3db641f3

View File

@ -52,6 +52,7 @@ RUN apt-get update \
xvfb-run \
sudo \
ctest \
ragel \
&& export CURRENT_PWD=`pwd` \
&& if [ $(getent group $GROUP_ID) ]; then \
echo "group $GROUP_ID exists."; \