This commit is contained in:
Hayden 2021-01-16 18:36:51 -09:00
commit 72fe3b4893
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
id: docker_build id: docker_build
uses: docker/build-push-action@v2 uses: docker/build-push-action@v2
with: with:
file: ./Dockerfile.dev file: ./Dockerfile
push: true push: true
tags: hkotel/mealie:dev tags: hkotel/mealie:dev
- name: Image digest - name: Image digest

View file

@ -13,7 +13,7 @@ COPY ./requirements.txt /app/requirements.txt
WORKDIR /app WORKDIR /app
RUN apt-get update -y && \ RUN apt-get update -y && \
apt-get install -y python-pip python-dev git curl --no-install-recommends && \ apt-get install -y python-pip python-dev git curl --no-install-recommends
RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \ RUN curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | POETRY_HOME=/opt/poetry python && \
cd /usr/local/bin && \ cd /usr/local/bin && \