Skip to content

Commit

Permalink
ci(docker): Add the ll alias in .bashrc to simplify debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent-laporte-pro committed Jan 4, 2024
1 parent eb33e5c commit eedce11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM python:3.8-slim-bullseye

# RUN apt update && apt install -y procps gdb

# Add the `ls` alias to simplify debugging
RUN echo "alias ls='/bin/ls -l --color=auto'" >> /root/.bashrc

ENV ANTAREST_CONF /resources/application.yaml

RUN mkdir -p examples/studies
Expand Down

0 comments on commit eedce11

Please sign in to comment.