Remove conditions to loadgenerator Dockerfile that are not reproducable
This commit is contained in:
parent
963a05ff61
commit
338ffe0dc1
1 changed files with 1 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM python:3.7.2-slim as base
|
FROM python:3-slim as base
|
||||||
|
|
||||||
FROM base as builder
|
FROM base as builder
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ RUN apt-get -qq update \
|
||||||
|
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
|
||||||
RUN pip install --prefix="/install" -r requirements.txt
|
RUN pip install --prefix="/install" -r requirements.txt
|
||||||
|
|
||||||
FROM base
|
FROM base
|
||||||
|
|
Loading…
Reference in a new issue