Skip to content

Commit

Permalink
feat add poetry #8
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxDragonheart committed Dec 31, 2023
1 parent 275154e commit 6efc9ea
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
Expand Up @@ -4,6 +4,7 @@
FROM ubuntu:22.04 as os
# LABEL about the custom image
LABEL maintainer="Massimiliano Moraca <info@massimilianomoraca.it>"
WORKDIR /app
# Disable Prompt During Packages Installation
ARG DEBIAN_FRONTEND=noninteractive
# Update&Upgrade Ubuntu
Expand All @@ -15,8 +16,6 @@ RUN apt install -y \
wget \
curl \
aptitude
RUN mkdir "home/app"
WORKDIR "home/app"

# Manage tzdata
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC
Expand All @@ -41,6 +40,7 @@ RUN aptitude install -y \
RUN pip3 install --upgrade pip
# Upgrade Python's packages
RUN pip3 install --upgrade wheel pillow setuptools
RUN pip3 install poetry

# Python OS as Layer
FROM python-os as gis-os
Expand Down

0 comments on commit 6efc9ea

Please sign in to comment.