Commit 0f33dc3b authored by Liu Junxiao's avatar Liu Junxiao

Update Dockerfile

parent ba5f26dc
...@@ -6,7 +6,6 @@ ENV WORKSPACE_DIR="/app/builds" \ ...@@ -6,7 +6,6 @@ ENV WORKSPACE_DIR="/app/builds" \
S3_PREFIX="heroku-16/" S3_PREFIX="heroku-16/"
RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/* RUN apt-get update && apt-get install -y python-pip && rm -rf /var/lib/apt/lists/*
RUN sysctl -w net.core.somaxconn=4096
COPY requirements.txt /app/ COPY requirements.txt /app/
RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt RUN pip install --disable-pip-version-check --no-cache-dir -r /app/requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment