Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 8e9c150

Browse files
authored
Fix - Add vcpkg to path in base.Dockerfile so non-interactive/login shells get it
1 parent 97bedaa commit 8e9c150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

containers/cpp/.devcontainer/base.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
1111
# Setup ENV vars for vcpkg
1212
ENV VCPKG_ROOT=/usr/local/vcpkg \
1313
VCPKG_DOWNLOADS=/usr/local/vcpkg-downloads
14+
ENV PATH="${PATH}:${VCPKG_ROOT}"
1415

1516
ARG USERNAME=vscode
1617

0 commit comments

Comments
 (0)