mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
labels for dockerfile
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
LABEL name="httpbin"
|
||||
LABEL version="0.9.0"
|
||||
LABEL description="A simple HTTP service."
|
||||
LABEL org.kennethreitz.vendor="Kenneth Reitz"
|
||||
|
||||
RUN apt update -y && apt install python3-pip -y
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
Reference in New Issue
Block a user