Skip to content

Commit

Permalink
build(deps): update python version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bidaya0 committed Dec 13, 2022
1 parent ff28e6c commit 04a75d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10.7-slim
FROM python:3.10-slim
ARG VERSION
ENV DEBIAN_FRONTEND=noninteractive
ENV LANG=en_US.UTF-8
Expand All @@ -10,7 +10,7 @@ RUN apt-get update -y \
&& apt install -y gettext gcc make cmake libmariadb-dev curl libc6-dev unzip cron \
fonts-wqy-microhei vim build-essential ninja-build cython3 pybind11-dev libre2-dev locales \
# htop sysstat net-tools iproute2 procps lsof \
openjdk-11-jdk wkhtmltopdf zlib1g-dev libssl-dev \
openjdk-11-jdk wkhtmltopdf \
&& sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen

COPY Pipfile .
Expand Down

0 comments on commit 04a75d9

Please sign in to comment.