mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 14:50:17 +00:00
Improve usage of docker build cache
This commit is contained in:
+3
-2
@@ -1,9 +1,10 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
ADD . /httpbin
|
||||
|
||||
RUN apt update -y
|
||||
RUN apt install python3-pip -y
|
||||
|
||||
ADD . /httpbin
|
||||
|
||||
RUN pip3 install --no-cache-dir gunicorn /httpbin
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user