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

Commit 5551a24

Browse files
Update extra 's' in CONTRIBUTING.md (#1387)
Change `a packages` to `a package`. I just dropped the extra 's'.
1 parent 0f9e836 commit 5551a24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Some other tips:
155155
rm -rf /var/lib/apt/lists/*
156156
```
157157
158-
The only downside of doing this is that `apt-get update` has to be executed before you install a packages. However, in most cases adding this package to a Dockerfile is a better choice anyway since this will survive a "rebuild" of the image and the creation of an updated container.
158+
The only downside of doing this is that `apt-get update` has to be executed before you install a package. However, in most cases adding this package to a Dockerfile is a better choice anyway since this will survive a "rebuild" of the image and the creation of an updated container.
159159
160160
2. Use the scripts in the [script library](./script-library) in this repository where appropriate. You do not even need to copy the script into your `.devcontainer` folder to use it. See the [README](./script-library) for details. Most existing definitions use the "common" script to ensure things like `git`, a non-root user, and useful command line utilities like `ps`, `ip`, `jq` are present.
161161

0 commit comments

Comments
 (0)