commit | 124a9bcf8337b4a04931400f0b8c785c76b2334e | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 15:13:16 2022 -0400 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 19 19:29:15 2022 -0400 |
tree | 80e0c2896fbd5cafdeb8a73078d12065dd030664 | |
parent | edc9b87bd580b276bd49448a664a808a819db718 [diff] [blame] |
chore: switch to taskflow
diff --git a/Dockerfile b/Dockerfile index 8675f7e..1bfbd23 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -6,6 +6,10 @@ EOF FROM poetry AS builder +RUN <<EOF + apt-get update + apt-get install -y gcc +EOF ADD . /app WORKDIR /app ENV POETRY_VIRTUALENVS_IN_PROJECT=true