mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 13:17:08 +00:00
Dockerfile: Move --pure-lockfile to yarn (install) (#391)
* Move --pure-lockfile to yarn (install) * Debug rust * Update Dockerfile
This commit is contained in:
parent
7c415ad376
commit
ab59fe4e98
@ -15,9 +15,9 @@ ENV PATH="/root/.cargo/bin:${PATH}"
|
||||
RUN apt-get update && apt-get install -y build-essential cmake
|
||||
|
||||
# Workaround: Need to install esbuild manually https://github.com/evanw/esbuild/issues/462#issuecomment-771328459
|
||||
RUN yarn --ignore-scripts
|
||||
RUN yarn --ignore-scripts --pure-lockfile
|
||||
RUN node node_modules/esbuild/install.js
|
||||
RUN yarn build --pure-lockfile
|
||||
RUN yarn build
|
||||
|
||||
|
||||
# Stage 1: The actual container
|
||||
|
Loading…
x
Reference in New Issue
Block a user