style: fix weird space

This commit is contained in:
Isaac 2023-02-15 01:13:35 +00:00
parent b2de472329
commit f5eec3b469
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -5,7 +5,7 @@ WORKDIR /build
COPY package.json pnpm-lock.yaml ./
COPY --link scripts scripts
# install python etc so node-gyp works for the optional dependencies
RUN apk add --no-cache make gcc g++ python3
RUN apk add --no-cache make gcc g++ python3
# install pnpm to make dependency installation faster (because it has a lockfile)
RUN npm install -g pnpm
# install dependencies, CI=true to skip pre/postinstall scripts