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