From 4eb8f5b5b7a10ca269b5a30faba16b8fb7bc03d2 Mon Sep 17 00:00:00 2001 From: Anonymous <84868516+Captian-obvious@users.noreply.github.com> Date: Wed, 1 Nov 2023 07:45:16 -0400 Subject: [PATCH] Update Layerfile --- Layerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layerfile b/Layerfile index ae07bcc..8a66f09 100644 --- a/Layerfile +++ b/Layerfile @@ -7,7 +7,7 @@ FROM vm/ubuntu:18.04 RUN apt-get update && apt-get install python3 # Create some files -RUN python3 -m pip install requirements.txt +RUN python3 pip install -m requirements.txt RUN python3 -m api.py COPY / /root