1 Commits

Author SHA1 Message Date
b5f950a1ba Updated Dockefile to use Slim image 2021-08-05 23:59:18 +01:00

View File

@@ -1,4 +1,4 @@
FROM python:3.9.6-buster
FROM python:3.9.6-slim
RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y
COPY . /usr/src/app
WORKDIR /usr/src/app