Another Update Package Yaaay #9

Merged
gaisser merged 21 commits from mueller/yet-another-update-package-nice into master 2021-05-25 14:55:42 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f6d4e2141e - Show all commits

View File

@ -6,7 +6,7 @@ RUN apt-get install -y cmake g++
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN rm -rf build-hosted
RUN rm -rf build-linux
RUN set -ex; \
mkdir build-linux; \