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

Commit 51cfb7f

Browse files
authored
refactor: remove redundant arg (#1580)
1 parent d9d420a commit 51cfb7f

File tree

1 file changed

+1
-3
lines changed
  • containers/elixir-phoenix-postgres/.devcontainer

1 file changed

+1
-3
lines changed

containers/elixir-phoenix-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@ ARG PHOENIX_VERSION="1.6.2"
2020
# [Optional] Setup nodejs
2121
ARG NODE_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/main/script-library/node-debian.sh"
2222
ARG NODE_SCRIPT_SHA="dev-mode"
23+
# [Optional, Choice] Node.js version: none, lts/*, 16, 14, 12, 10
2324
ARG NODE_VERSION="none"
2425
ENV NVM_DIR=/usr/local/share/nvm
2526
ENV NVM_SYMLINK_CURRENT=true
2627
ENV PATH=${NVM_DIR}/current/bin:${PATH}
2728

28-
# [Optional, Choice] Node.js version: none, lts/*, 16, 14, 12, 10
29-
ARG NODE_VERSION="none"
30-
3129
# Install needed packages and setup non-root user. Use a separate RUN statement to add your own dependencies.
3230
RUN apt-get update \
3331
&& export DEBIAN_FRONTEND=noninteractive \

0 commit comments

Comments
 (0)