You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+2-13Lines changed: 2 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1310,20 +1310,9 @@ It should be like this:
1310
1310
1311
1311
Linuxbrew is a package manager for Linux. It is the Linux version of MacOS Homebrew and can be found [here](http://linuxbrew.sh). To install Linuxbrew in the Workspace container:
1312
1312
1313
-
1 - Open the `docker-compose.yml` file
1314
-
1315
-
2 - Search for the `INSTALL_LINUXBREW` argument under the Workspace Container and set it to `true`
1316
-
1317
-
It should be like this:
1313
+
1 - Open the `.env` file
1318
1314
1319
-
```yml
1320
-
workspace:
1321
-
build:
1322
-
context: ./workspace
1323
-
args:
1324
-
- INSTALL_LINUXBREW=true
1325
-
...
1326
-
```
1315
+
2 - Search for the `WORKSPACE_INSTALL_LINUXBREW` argument under the Workspace Container and set it to `true`
1327
1316
1328
1317
3 - Re-build the container `docker-compose build workspace`
0 commit comments