remove ripgrep

This commit is contained in:
Benjamin Palko 2024-10-04 00:29:28 -04:00
parent b0e5ac8318
commit 2375a410a2

View file

@ -10,7 +10,7 @@ ARG SERVER_NAME
WORKDIR /usr/src/app
# Install dependencies
RUN apt-get update && apt-get install golang-go ripgrep xvfb -y
RUN apt-get update && apt-get install golang-go xvfb -y
# Start display for headless wine
RUN Xvfb :0 -screen 0 1024x768x16 &