Skip to content

Commit

Permalink
apt update and install pkg-config in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarTawfik committed Oct 31, 2023
1 parent 7bb650b commit f9c5ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
# _SLANG_DEV_CONTAINER_BASE_IMAGE_ (keep in sync)
FROM mcr.microsoft.com/devcontainers/base:ubuntu-22.04

# Update System Packages
RUN apt-get update
RUN apt-get install --assume-yes "pkg-config"

# Setup ZSH for local development inside the image:
COPY ./scripts/ /home/vscode/

0 comments on commit f9c5ab1

Please sign in to comment.