We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43eab21 commit edfa596Copy full SHA for edfa596
Dockerfile
@@ -2,7 +2,6 @@ FROM python:3.7
2
LABEL MAINTAINER=0xbug
3
ENV TZ=Asia/Shanghai
4
EXPOSE 80
5
-COPY ./deploy/apt/sources.list /etc/apt/sources.list
6
RUN apt-get update
7
RUN apt-get install --no-install-recommends -y curl gnupg git redis-server supervisor software-properties-common wget
8
RUN curl https://openresty.org/package/pubkey.gpg | apt-key add -
0 commit comments