From 6164920eaa0ead650ab95454709cf57948cbca7c Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 22 Apr 2024 08:40:32 +0800 Subject: [PATCH] fixed: WS_OPEN_ERROR_UNDERLYING_IO_OPEN_FAILED, thanks to https://github.com/oicid --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0864d16..b567380 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:3.10-slim +FROM python:3.10-bullseye # Set the working directory in the container WORKDIR /MoneyPrinterTurbo