Skip to content
Snippets Groups Projects
Commit 12b49ab7 authored by Kenzo-Hugo Hillion's avatar Kenzo-Hugo Hillion :recycle:
Browse files

skip install of vim that crashed the CI

parent 4678365a
No related branches found
No related tags found
1 merge request!72Draft: Improve source
Pipeline #53742 failed
...@@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED 1 ...@@ -5,7 +5,7 @@ ENV PYTHONUNBUFFERED 1
# Install pipenv # Install pipenv
RUN pip install pipenv RUN pip install pipenv
RUN apt update && apt install vim -y # RUN apt update && apt install vim -y
WORKDIR /code WORKDIR /code
RUN rm -rf Dockerfile RUN rm -rf Dockerfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment