Skip to content

Commit 1e3ced7

Browse files
committed
python image update
1 parent b273d9d commit 1e3ced7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Based on an AMI
44
############################################################
55
# Set the base image to use to Ubuntu
6-
FROM python:3.11-slim-buster AS base
6+
FROM python:3.11-slim-bullseye AS base
77

88
ENV DJANGO_SETTINGS_MODULE=EnigmaAutomation.settings
99
RUN DEBIAN_FRONTEND=noninteractive \
@@ -14,7 +14,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
1414
&& apt-get autoremove -y
1515

1616
# Set env variables used in this Dockerfile (add a unique prefix, such as DEV)
17-
RUN apt update && apt install -y netcat dnsutils libmariadbclient-dev
17+
RUN apt update && apt install -y netcat dnsutils libmariadb-dev
1818

1919
RUN mkdir -p /ebs/logs && touch /ebs/logs/engima.log && chmod 777 /ebs/logs/engima.log
2020

0 commit comments

Comments
 (0)