don't specify architecture in Dockerfile

This commit is contained in:
Luke VanderHart
2022-12-03 21:23:02 -05:00
parent ee5dced6e0
commit 34f142b6db

View File

@@ -1,4 +1,4 @@
FROM --platform=linux/arm64 python:3.10
FROM python:3.10
#RUN apt-get update -qq
#RUN apt-get install python3.10 python3-pip -y --no-install-recommends && rm -rf /var/lib/apt/lists_/*