Skip to content

Commit 99035a0

Browse files
committed
updated debian docker file
1 parent f7e0eb2 commit 99035a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/debian

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM brute/brute_base:latest
22

3-
RUN echo pes
3+
RUN echo building docker image
44

55
ARG DOCKER=true
66
ARG MRS_PATH=/opt/mrs
@@ -19,6 +19,7 @@ RUN \
1919
cd $MRS_PATH/git/mrs_uav_system && \
2020
./install.sh -g $MRS_PATH/git -l $MRS_PATH --no-build --my-workspace=false && \
2121
sudo apt-get -y install vim && \
22+
pip3 install ansi2html && \
2223
rm -rf /var/lib/apt/lists/* && \
2324
cd $MRS_PATH/mrs_workspace/src && \
2425
git clone https://github.com/ctu-mrs/mrs_utils && \

0 commit comments

Comments
 (0)