ccoreilly commited on
Commit
3288e01
1 Parent(s): c5b1a1d

fix base image

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM python3.9
2
 
3
  RUN apt update && apt install git make autoconf automake libtool pkg-config gcc libsonic-dev ronn kramdown libpcaudio-dev
4
 
 
1
+ FROM python:3.9
2
 
3
  RUN apt update && apt install git make autoconf automake libtool pkg-config gcc libsonic-dev ronn kramdown libpcaudio-dev
4