Skip to content

Commit 25ba545

Browse files
committed
Fixed dockerfile
1 parent bb976ba commit 25ba545

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/mongodb-enterprise-tests/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ RUN curl --fail --retry 3 -L -o "${HELM_NAME}" "https://get.helm.sh/${HELM_NAME}
3737
&& rm "${HELM_NAME}" \
3838
&& mv "linux-amd64/helm" "/usr/local/bin/helm"
3939

40-
<<<<<<< Updated upstream
41-
=======
4240
ADD https://fastdl.mongodb.org/tools/db/mongodb-database-tools-ubuntu2204-x86_64-100.12.0.tgz /tmp/mongodb-tools.tgz
4341
RUN mkdir -p /tmp/mongodb-tools && \
4442
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 -
4947
&& chmod +x ./kubectl \
5048
&& mv ./kubectl /usr/local/bin/kubectl
5149

52-
>>>>>>> Stashed changes
5350
COPY --from=builder /venv /venv
5451

5552
ENV PATH="/venv/bin:${PATH}"

0 commit comments

Comments
 (0)