Use exact path

This is a test commit, dockerhub's build caching seems to fail here but works fine locally.
This commit is contained in:
FireMasterK 2020-09-27 01:06:26 +05:30 committed by GitHub
parent f99183d201
commit b137b0e686
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ FROM base AS builder
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY requirements.txt ./ COPY ./requirements.txt /usr/src/app
# Build Dependencies # Build Dependencies
RUN apk --no-cache add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++ RUN apk --no-cache add gcc musl-dev libffi-dev openssl-dev libxml2-dev libxslt-dev file llvm-dev make g++