huiiz commited on
Commit
8b358d2
·
1 Parent(s): e0a8167
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -1,2 +1,5 @@
1
  FROM bitnami/mysql:latest
2
- ENV ALLOW_EMPTY_PASSWORD=yes
 
 
 
 
1
  FROM bitnami/mysql:latest
2
+ ENV ALLOW_EMPTY_PASSWORD=yes
3
+ RUN apt-get update && apt-get install -y python3
4
+
5
+ CMD python3 --version