Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zbwxp committed Mar 17, 2024
1 parent 6191343 commit 8f85edd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
FROM python:3.9-slim
FROM --platform=linux/arm64/v8 ubuntu:latest

# Install necessary dependencies
RUN apt-get update && \
apt-get install -y python3.10 python3-pip

ENV DEBIAN_FRONTEND=noninteractive
ENV TZ=Australia/Adelaide
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
Expand Down

0 comments on commit 8f85edd

Please sign in to comment.