Skip to content

Commit

Permalink
use feature for nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed May 22, 2024
1 parent 9a59fdd commit e9333c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN curl -sS https://downloads.1password.com/linux/keys/1password.asc | gpg --de
RUN apt update -y --fix-missing
RUN apt-get upgrade -y

RUN apt-get remove docker docker-engine docker.io containerd
RUN apt-get remove docker docker-engine docker.io containerd nodejs

RUN apt-get install -y \
1password \
Expand Down
3 changes: 0 additions & 3 deletions .devcontainer/initialize.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#!/usr/bin/env bash
set -e

cd "$(dirname "${BASH_SOURCE[0]}")"
cd ../

mkdir -p ~/.kube
echo -e "$(op read op://$OP_CONNECT_VAULT_ID/s6mbwk4ppivpoyjgmzba3nsyu4/secret-value)" >~/.kube/config

Expand Down

0 comments on commit e9333c0

Please sign in to comment.