does that help?

travis-docker-fix
webzwo0i 2020-11-08 18:51:52 +01:00
parent 405e3e3e19
commit 4fc7a2ebbc
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:alpine3.12
WORKDIR /tmp
RUN npm i etherpad-cli-client
RUN npm i etherpad-cli-client@0.0.9
COPY ./tests/ratelimit/send_changesets.js /tmp/send_changesets.js