kabegithub
kabegithub
I also recived the same prompt. I am using the latest main image (I pull from "main" not "latest", `sha256:0d5136340e6846e0d5143fdcb8600eee2cd2a5fe0e8bbb5895190f57ec081beb`)
> * n I modified it. 2FA and docker environment. - MS_EMAIL - MS_PASSWORD - MS_TOTP_SECRET microsoft.js ``` import { chromium, devices } from "patchright"; import crypto from 'crypto'; //...
イメージのアップデートをしていただけるまでとりあえずこれで凌げます ``` # tverrecのベースイメージを指定 FROM dongaba/tverrec # rootユーザーに切り替えてパッケージをインストール USER root RUN apt-get update && apt-get install -y \ libicu-dev \ libicu76 \ && rm -rf /var/lib/apt/lists/* # ubuntu ユーザーに戻す USER...