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