We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c8a80 commit f67bdf7Copy full SHA for f67bdf7
uk_bin_collection_api_server/Dockerfile
@@ -9,7 +9,7 @@ COPY requirements.txt .
9
10
# Install any needed packages specified in requirements.txt
11
RUN apk add --no-cache gcc musl-dev libffi-dev openssl-dev \
12
- && pip install --no-cache-dir -r requirements.txt \
+ && pip install --upgrade --no-cache-dir -r requirements.txt \
13
&& apk del gcc musl-dev libffi-dev openssl-dev
14
15
# Copy the application code into the container
0 commit comments