Skip to content

Commit 063eda4

Browse files
Readme update
1 parent bbadb98 commit 063eda4

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ The project can then be built within a [Dev Container](https://containers.dev/)
4343
> [!NOTE]<br>
4444
> If any additional certificates need to be trusted when building locally, these can be added to the `infrastructure/images/build-container/resources/dev-certificates` directory. These certificates will then automatically be trusted by the build container when the `INCLUDE_DEV_CERTS` docker build argument is set to `true`.
4545
>
46-
> If running in Windows Subsystem for Linux (WSL) on Windows the vscode Dev containers extension should be configured to use WSL {"dev.containers.executeInWSL": true}.
47-
> It is also necessary for the repository to be cloned into the WSL filesystem and on the first build of the container (and any subsequent complete rebuilds without cache). vscode should then be connected to WSL, before subsequently opening the repository folder. The container can then be built as described above.
46+
> If running in Windows Subsystem for Linux (WSL) on Windows:
47+
>
48+
> - The vscode Dev containers extension should be configured to use WSL {"dev.containers.executeInWSL": true}.
49+
>
50+
> - You will need to add the zscaler root CA cert into the dev-certificates folder. This can be exported by running `certlm.msc` and searching for `zscaler`. Right click on the search result, select export and then export as "Base-64 encoded X.509 (.CER)".
51+
>
52+
> - It is also necessary for the repository to be cloned into the WSL filesystem and on the first build of the container (and any subsequent complete rebuilds without cache). vscode should then be connected to WSL, before subsequently opening the repository folder. The container can then be built as described above.
4853
4954
### Prerequisites
5055

infrastructure/images/build-container/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ RUN apk update && \
4949
readline-dev \
5050
sqlite-dev \
5151
tk-dev \
52-
zstd-dev
52+
zstd-dev \
53+
gnupg
5354

5455
# Configure doas to allow members of the wheel group to run commands as root.
5556
RUN echo "permit :wheel" >> /etc/doas.conf \

scripts/config/vale/styles/config/vocabularies/words/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ Trufflehog
4141
usebruno
4242
VMs
4343
[Vv]scode
44+
zscaler

0 commit comments

Comments
 (0)