Skip to content

Commit

Permalink
Fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh authored Jul 3, 2023
1 parent 76bbffb commit 20ef3e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN git clone https://github.com/calaos/calaos_mobile.git
RUN cd calaos_mobile && mkdir -p build && cd build && \
qmake6 ../desktop.pro && \
make -j$(nproc) PREFIX=/opt && \
make install
install -d /opt/bin && \
install -m 0755 calaos_home /opt/bin/calaos_home

# Clean up APT when done.
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /build/*
Expand Down

0 comments on commit 20ef3e8

Please sign in to comment.