diff --git a/Dockerfile.ticket b/Dockerfile.ticket index 447b1e90..89b034b3 100644 --- a/Dockerfile.ticket +++ b/Dockerfile.ticket @@ -8,9 +8,8 @@ COPY package.json ./ COPY yarn.lock ./ # Installs all node packages # RUN npm ci -RUN npm install yarn@3.3.0 --global --force RUN yarn set version berry -RUN yarn install --immutable --immutable-cache --check-cache +RUN yarn set version 3.3.0 # Copies everything over to Docker environment