Updated the update_code function
This commit is contained in:
@@ -10,7 +10,7 @@ ENV PYTHONUNBUFFERED=1
|
||||
WORKDIR /app
|
||||
|
||||
# Install system dependencies required for MySQL and other libraries
|
||||
# RUN apt-get update && apt-get install -y \
|
||||
RUN apt-get update && apt-get install -y git
|
||||
# default-libmysqlclient-dev \
|
||||
# build-essential \
|
||||
# && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user