We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7e0eb2 commit 99035a0Copy full SHA for 99035a0
docker/debian
@@ -1,6 +1,6 @@
1
FROM brute/brute_base:latest
2
3
-RUN echo pes
+RUN echo building docker image
4
5
ARG DOCKER=true
6
ARG MRS_PATH=/opt/mrs
@@ -19,6 +19,7 @@ RUN \
19
cd $MRS_PATH/git/mrs_uav_system && \
20
./install.sh -g $MRS_PATH/git -l $MRS_PATH --no-build --my-workspace=false && \
21
sudo apt-get -y install vim && \
22
+ pip3 install ansi2html && \
23
rm -rf /var/lib/apt/lists/* && \
24
cd $MRS_PATH/mrs_workspace/src && \
25
git clone https://github.com/ctu-mrs/mrs_utils && \
0 commit comments