Skip to content

Commit

Permalink
Try official python image
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec committed Dec 10, 2024
1 parent 383c4c2 commit 6074e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
# - Intel/AMD 64-bit
############################################################

FROM ubuntu:22.04
FROM python:3.12.8-slim-bookworm

USER root

RUN apt-get update && \
apt-get install -y python3.12 python3-pip nano curl openssh-client iputils-ping && \
apt-get install -y python3-pip nano curl openssh-client iputils-ping && \
apt-get autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 6074e42

Please sign in to comment.