This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
djangotutorial
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
Pongo apt-get update
main
creylopez
11 months ago
parent
60027454ed
commit
5a535e8b15
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Dockerfile
+ 1
- 1
Dockerfile
View File
@ -8,7 +8,7 @@ ADD . $APP_HOME
USER
0
# Install the dependencies
RUN
apt-get install -y sqlite3
RUN
apt-get
update
&&
apt-get
install -y sqlite3
RUN
pip install -U
"pip>=19.3.1"
&&
\
pip install -r
$APP_HOME
/requirements.txt
&&
\
Write
Preview
Loading…
Cancel
Save