Skip to content

Commit

Permalink
Merge pull request #9 from MaxDragonheart/feat-add-poetry-#8
Browse files Browse the repository at this point in the history
feat add poetry #8
  • Loading branch information
MaxDragonheart authored Dec 31, 2023
2 parents 275154e + 6efc9ea commit 812e7ff
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 <[email protected]>"
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 812e7ff

Please sign in to comment.