Updated Dockefile to use Slim image
This commit is contained in:
parent
4f92e83e48
commit
b5f950a1ba
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user