gperdrizet commited on
Commit
f34f40c
·
verified ·
1 Parent(s): 358041a

Fixed apt upgrade command

Browse files
Files changed (1) hide show
  1. .devcontainer/devcontainer.json +1 -1
.devcontainer/devcontainer.json CHANGED
@@ -3,7 +3,7 @@
3
  {
4
  "name": "Python 3.10: resumate",
5
  "image": "mcr.microsoft.com/devcontainers/python:0-3.11",
6
- "onCreateCommand": "sudo apt update && sudo apt upgrade && sudo apt install -y chromium -y && pip3 install --upgrade pip && pip3 install --user -r requirements.txt",
7
  "customizations": {
8
  "vscode": {
9
  "extensions": [
 
3
  {
4
  "name": "Python 3.10: resumate",
5
  "image": "mcr.microsoft.com/devcontainers/python:0-3.11",
6
+ "onCreateCommand": "sudo apt update && sudo apt upgrade -y && sudo apt install -y chromium && pip3 install --upgrade pip && pip3 install --user -r requirements.txt",
7
  "customizations": {
8
  "vscode": {
9
  "extensions": [