This commit is contained in:
Jamie Curnow
2022-07-14 21:53:11 +10:00
parent ee4c6a3a8b
commit 3c0af95468
8 changed files with 2925 additions and 3074 deletions

View File

@ -25,7 +25,7 @@ RUN echo "fs.file-max = 65535" > /etc/sysctl.conf
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
&& apt-get update \
&& apt-get install -y --no-install-recommends nodejs vim dnsutils \
&& npm install -g yarn \
&& npm install --location=global yarn \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& go install github.com/xo/usql@master