Skip to content

Commit 91577f3

Browse files
committed
Add ruff to docker file
1 parent 8827079 commit 91577f3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Dockerfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,12 @@ RUN git clone https://github.com/openworm/sibernetic.git && \
7474
git checkout ow-0.9.7 # fixed to a specific branch
7575

7676

77+
################################################################################
78+
######## Install extra Python dependencies
79+
80+
RUN sudo pip install ruff --break-system-packages
81+
82+
7783
################################################################################
7884
######## Set some paths//environment variables
7985

@@ -117,7 +123,7 @@ RUN cd sibernetic && \
117123
COPY ./master_openworm.py $HOME/master_openworm.py
118124
RUN sudo chown $USER:$USER $HOME/master_openworm.py
119125

120-
RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alt"\n' >> ~/.bashrc
126+
RUN printf '\n\nalias cd..="cd .."\nalias h=history\nalias ll="ls -alth"\n' >> ~/.bashrc
121127

122128
RUN pip list
123129

0 commit comments

Comments
 (0)