Skip to content

Commit b637e3a

Browse files
committed
trying gitpod custom image
1 parent 3ed0e8d commit b637e3a

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.gitpod.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM gitpod/workspace-full
2+
RUN pip install --upgrade pip && \
3+
pip install poetry &&

.gitpod.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
tasks:
33
- name: "Prepare Environment"
44
init: >
5-
pip install --upgrade pip &&
6-
pip install --upgrade poetry &&
75
poetry install &&
8-
poetry shell &&
9-
clear
6+
gp sync-done install
7+
- name: "Activate the shell"
8+
init: gp sync-await install
9+
command: poetry shell
10+
- name: "Beerlog"
1011
command: beerlog
1112

1213
# Ports to expose on workspace startup
@@ -22,3 +23,6 @@ vscode:
2223
- "tamasfe.even-better-toml"
2324
- "alexcvzz.vscode-sqlite"
2425
- "jdinhlife.gruvbox"
26+
27+
image:
28+
file: .gitpod.Dockerfile

0 commit comments

Comments
 (0)