File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
docker/mongodb-enterprise-tests Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -37,8 +37,6 @@ RUN curl --fail --retry 3 -L -o "${HELM_NAME}" "https://get.helm.sh/${HELM_NAME}
37
37
&& rm "${HELM_NAME}" \
38
38
&& mv "linux-amd64/helm" "/usr/local/bin/helm"
39
39
40
- <<<<<<< Updated upstream
41
- =======
42
40
ADD https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.12.0.tgz /tmp/mongodb-tools.tgz
43
41
RUN mkdir -p /tmp/mongodb-tools && \
44
42
tar xfz /tmp/mongodb-tools.tgz -C /tmp/mongodb-tools && \
@@ -49,7 +47,6 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -
49
47
&& chmod +x ./kubectl \
50
48
&& mv ./kubectl /usr/local/bin/kubectl
51
49
52
- >>>>>>> Stashed changes
53
50
COPY --from=builder /venv /venv
54
51
55
52
ENV PATH="/venv/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments