Skip to content

Commit

Permalink
Add git to Docker build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Aug 11, 2021
1 parent e33f12e commit fa72d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ set -ex
TARGET='qFlipper'
BUILDDIR='build'

export OUTPUT=$TARGET-x86_64.AppImage
export QML_SOURCES_PATHS='..'

mkdir -p $BUILDDIR && cd $BUILDDIR
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN add-apt-repository ppa:beineri/opt-qt-5.15.2-bionic && \
wget \
file \
pkg-config \
git \
libfuse2 \
libusb-1.0-0-dev \
ca-certificates \
Expand Down

0 comments on commit fa72d03

Please sign in to comment.