Skip to content

Commit

Permalink
add build essentials to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Aug 12, 2022
1 parent 29138c2 commit 0193945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ENV PATH=/root/.local/bin:$PATH
# install additional packages
RUN apt-get update && apt-get upgrade -y && \
apt-get install -y --no-install-recommends \
build-essential \
python3-pyqt5 \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 0193945

Please sign in to comment.