Skip to content

Commit

Permalink
fix: gitpod dockerfile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
kuoruan committed May 14, 2024
1 parent c136d12 commit 430cf21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ USER gitpod

# https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem#debianubuntumint
RUN sudo apt-get -q update && \
sudo apt install build-essential clang flex bison g++ gawk \
sudo apt-get install -yq \
build-essential clang flex bison g++ gawk \
gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \
python3-distutils rsync unzip zlib1g-dev file wget zstd && \
sudo rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 430cf21

Please sign in to comment.