remove ripgrep
This commit is contained in:
parent
b0e5ac8318
commit
2375a410a2
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ ARG SERVER_NAME
|
||||||
WORKDIR /usr/src/app
|
WORKDIR /usr/src/app
|
||||||
|
|
||||||
# Install dependencies
|
# 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
|
# Start display for headless wine
|
||||||
RUN Xvfb :0 -screen 0 1024x768x16 &
|
RUN Xvfb :0 -screen 0 1024x768x16 &
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue