diff --git a/Dockerfile.ticket b/Dockerfile.ticket index 447b1e90..922403d6 100644 --- a/Dockerfile.ticket +++ b/Dockerfile.ticket @@ -8,9 +8,7 @@ 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