Skip to content

Commit b6d5a96

Browse files
committed
Update parser
1 parent eff2133 commit b6d5a96

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ RUN apt-get update \
88
&& apt-get clean \
99
&& rm -rf /var/lib/apt/lists/*
1010

11-
RUN echo hey && git clone -b ast https://github.com/datacamp/oil.git \
11+
RUN echo "Oil Install" && git clone -b ast-basic-highlight --depth=1 https://github.com/datacamp/oil.git \
1212
&& cd oil && pip2 install -e .
13-

0 commit comments

Comments
 (0)