Skip to content

Commit 3e86732

Browse files
authored
fix(ZMSKVR): Add npm rebuild for Parcel Rust binary
- Add npm rebuild @parcel/rust before make live to fix missing platform binary - Temporary fix until base image is updated with global Parcel Rust binary"
1 parent cbad7c0 commit 3e86732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php84/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +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

0 commit comments

Comments
 (0)