Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Remove netcat et.al.
Browse files Browse the repository at this point in the history
  • Loading branch information
rickardgranberg committed Jan 24, 2024
1 parent c269ce8 commit 500e050
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/patissuer/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "patissuer",
"version": "0.0.6",
"version": "0.0.7",
"name": "PAT Issuer",
"documentationURL": "https://github.com/rickardgranberg/patissuer",
"description": "Installs the Azure DevOps Personal Access Token Issuer",
Expand Down
2 changes: 1 addition & 1 deletion src/patissuer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -e

if [[ -z "$has_wget" || -z "$has_xdg" || -z "$has_jq"]]; then
apt-get update -y
apt-get -y install --no-install-recommends --reinstall wget ca-certificates unzip libnss3-tools xdg-utils dnsutils netcat-openbsd jq
apt-get -y install --no-install-recommends --reinstall wget ca-certificates unzip libnss3-tools xdg-utils jq
apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*
fi

Expand Down

0 comments on commit 500e050

Please sign in to comment.