diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index d2524f00..aee3a1ac 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,18 +1,5 @@ FROM mcr.microsoft.com/devcontainers/typescript-node:1-20-bullseye -# Install additional OS packages. -RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install git-cola git zsh nano vim gnupg software-properties-common - -# [Optional] Uncomment if you want to install an additional version of node using nvm -# ARG EXTRA_NODE_VERSION=10 -# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}" - -# Install more global node modules -RUN su node -c "npm install -g npm@latest" -RUN su node -c "npm install -g prisma" -RUN su node -c "npm install -g turbo" - # Terraform RUN wget -O- https://apt.releases.hashicorp.com/gpg | \ gpg --dearmor | \ @@ -23,5 +10,16 @@ RUN gpg --no-default-keyring \ RUN echo "deb [signed-by=/usr/share/keyrings/hashicorp-archive-keyring.gpg] \ https://apt.releases.hashicorp.com $(lsb_release -cs) main" | \ tee /etc/apt/sources.list.d/hashicorp.list + +# Install additional OS packages. RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \ - && apt-get -y install terraform \ No newline at end of file + && apt-get -y install --no-install-recommends git zsh nano vim gnupg software-properties-common terraform + +# [Optional] Uncomment if you want to install an additional version of node using nvm +# ARG EXTRA_NODE_VERSION=10 +# RUN su node -c "source /usr/local/share/nvm/nvm.sh && nvm install ${EXTRA_NODE_VERSION}" + +# Install more global node modules +RUN su node -c "npm install -g npm@latest" +RUN su node -c "npm install -g prisma" +RUN su node -c "npm install -g turbo" \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 005df22a..fd7b930a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -82,7 +82,7 @@ "react": "^18.2.0", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", - "react-hook-form": "^7.51.1", + "react-hook-form": "^7.45.4", "react-toastify": "^10.0.0", "request-ip": "^3.3.0", "sharp": "^0.33.0",