Skip to content

Commit

Permalink
Merge pull request #4 from GDSCParulUniversity/maintainence
Browse files Browse the repository at this point in the history
Maintainence
  • Loading branch information
SaicharanKandukuri authored Sep 4, 2024
2 parents 2ef8353 + 420d8a0 commit fad7612
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
"args": { "VARIANT": "ubuntu-22.04" }
},

"extensions": [
"Dart-Code.flutter",
"alexisvt.flutter-snippets",
"lizebang.bash-extension-pack",
"shakram02.bash-beautify"
],
"customizations": {
"vscode": {
"extensions": [
"Dart-Code.flutter",
"alexisvt.flutter-snippets",
"shakram02.bash-beautify",
"pinage404.bash-extension-pack"
]
}
},


// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
2 changes: 1 addition & 1 deletion Image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN ls -la ${HOME}/ && ls -la ${CMDLINE_HOME} && echo ${CMDLINE_HOME} && sudo ch
RUN sudo chmod +r+w+x -Rv ${HOME}/.local

# Install cmdlinetools and sdk
RUN sudo apt-get install openjdk-11-jdk --no-install-recommends -y
RUN sudo apt-get install openjdk-21-jdk --no-install-recommends -y
RUN yes | sdkmanager --install "build-tools;29.0.0" "platforms;android-29" "platform-tools" "cmdline-tools;latest"

# setup flutter
Expand Down

0 comments on commit fad7612

Please sign in to comment.