1 Commits
Author SHA1 Message Date
viveksantayana b5f950a1ba Updated Dockefile to use Slim image 2021-08-05 23:59:18 +01:00
+1 -1
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 RUN apt-get update -y && apt-get upgrade -y && apt-get install libopus0 -y
COPY . /usr/src/app COPY . /usr/src/app
WORKDIR /usr/src/app WORKDIR /usr/src/app