Skip to content

Commit

Permalink
🐛 fixed request[security] depends and modify docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
TuuuNya committed Jan 16, 2019
1 parent c067586 commit 7971a79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -5,7 +5,7 @@ MAINTAINER Tuuu Nya<song@secbox.cn>
RUN sed -i s/archive.ubuntu.com/mirrors.aliyun.com/g /etc/apt/sources.list
RUN sed -i s/security.ubuntu.com/mirrors.aliyun.com/g /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y python3 python3-dev python3-pip nginx supervisor libmysqlclient-dev redis-server && \
RUN apt-get install -y python3 python3-dev python3-pip nginx supervisor libmysqlclient-dev redis-server libssl-dev libffi-dev && \
rm -rf /var/lib/apt/lists/*

# setup all the configfiles
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
@@ -1,4 +1,4 @@
version: "3"
version: "2"
services:
web:
build: .
Expand Down

0 comments on commit 7971a79

Please sign in to comment.