Skip to content

Commit 5584237

Browse files
authored
fix(ZMSKVR): Add npm rebuild for Parcel native binaries
- Add npm rebuild @parcel/rust before make live to fix missing platform binaries - Temporary fix for @parcel/rust and @parcel/watcher native module issues - Will be replaced by global Parcel installation in base image"
1 parent 276e4e1 commit 5584237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php83/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ RUN echo "de_DE.UTF-8 UTF-8" >> /etc/locale.gen && locale-gen
111111

112112
# Add current node version
113113
RUN docker-node-install node_18.x
114-
RUN npm install -g @parcel/rust-linux-x64-gnu
114+
RUN npm install -g @parcel/rust-linux-x64-gnu @parcel/watcher-linux-x64-glibc

0 commit comments

Comments
 (0)