Skip to content

Commit 3109651

Browse files
committed
hash -d npm
1 parent 9250df6 commit 3109651

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testkit/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ WORKDIR /home/driver
3939
RUN apt-get clean
4040
RUN curl -sL https://deb.nodesource.com/setup_${NODE_VERSION:=10}.x | sh
4141
RUN apt-get install -y nodejs && rm -rf /var/lib/apt/lists/*
42+
RUN /bin/bash -c "hash -d npm"
4243

4344
USER driver
4445

0 commit comments

Comments
 (0)