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

update dockerfile #38

Open
wants to merge 31 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1305394
change PIPX_BIN_DIR
ryanRfox Jun 12, 2023
0c3ffa4
fixup export
ryanRfox Jun 12, 2023
212dc1d
add .gitpod.Dockerfile
ryanRfox Jun 12, 2023
c3da428
Update .gitpod.yml
ryanRfox Jun 12, 2023
8a9a30e
add pipx install to dockerfile
ryanRfox Jun 12, 2023
e9a79c4
remove algokit install from gitpod.yml
ryanRfox Jun 12, 2023
18c0dd9
add install pipx to dockerfile
ryanRfox Jun 12, 2023
925ebff
Delete .gitpod.Dockerfile
ryanRfox Jun 12, 2023
92dc50d
add image: gitpod/workspace-full:2023-05-08-21-16-55
ryanRfox Jun 12, 2023
7a143fb
add image: file: .gitpod.Dockerfile
ryanRfox Jun 12, 2023
735aad1
Create .gitpod.Dockerfile
ryanRfox Jun 12, 2023
7fbecdc
add pipx ensurepath
ryanRfox Jun 12, 2023
c658aea
modify pipx install
ryanRfox Jun 12, 2023
d03f06b
Update .gitpod.Dockerfile
ryanRfox Jun 12, 2023
e1f1b3f
Update .gitpod.Dockerfile
ryanRfox Jun 12, 2023
8271d6e
add 2023-05-08-21-16-55
ryanRfox Jun 12, 2023
c6e640a
initial commit
ryanRfox Jun 13, 2023
6f7a74d
remove sudo
ryanRfox Jun 13, 2023
f97e923
PIPX_BIN_DIR=$PIPX_HOME/bin
ryanRfox Jun 13, 2023
d5bcf3e
create .gitpod.Dockerfile
ryanRfox Jun 13, 2023
97964eb
Gitpod (#37)
ryanRfox Jun 13, 2023
e712aef
revert gitpod update
ryanRfox Jun 13, 2023
41b7b16
change PIPX_BIN_DIR
ryanRfox Jun 12, 2023
2d05920
Deleted space on spanish readme.md
evertdiaz Jun 13, 2023
d2524af
algokit localnet start
ryanRfox Jun 13, 2023
26510aa
add upgrade algokit
ryanRfox Jun 15, 2023
e87a582
fixup tasks
ryanRfox Jun 15, 2023
13f31fc
Gitpod (#37)
ryanRfox Jun 13, 2023
4fa4746
revert gitpod update
ryanRfox Jun 13, 2023
9890af5
Gitpod (#37)
ryanRfox Jun 13, 2023
2ae15f3
revert gitpod update
ryanRfox Jun 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup export
ryanRfox authored Jun 12, 2023
commit 0c3ffa4e20dfec020fbc78ea85d7f5b0cea29302
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ tasks:
- name: install algokit
init: >
pip install pipx &&
export PIPX_BIN_DIR=/workspace
export PIPX_BIN_DIR=/workspace &&
pipx install algokit &&
gp sync-done algokit-install &&
exit