fix base image
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM
|
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 |
|