mirror of https://github.com/keeweb/keeweb
Merge pull request #1638 from PeterDaveHello/patch-2
Clean up apt local cache in Dockerfilepull/1642/head
commit
52f27ce743
|
@ -17,7 +17,7 @@ FROM nginx:stable
|
|||
LABEL maintainer="antelle.net@gmail.com"
|
||||
|
||||
# install
|
||||
RUN apt-get -y update && apt-get -y install openssl curl unzip
|
||||
RUN apt-get -y update && apt-get -y install openssl curl unzip && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# setup nginx
|
||||
RUN rm -rf /etc/nginx/conf.d/*; \
|
||||
|
|
Loading…
Reference in New Issue