update readme and add dockerfiles
This commit is contained in:
9
dockerfiles/nginx-alibi.dockerfile
Normal file
9
dockerfiles/nginx-alibi.dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM nginx:latest
|
||||
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y \
|
||||
git \
|
||||
brotli
|
||||
|
||||
RUN rm -rf /var/lib/apt/lists/*
|
||||
Reference in New Issue
Block a user