Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
botway(docker): remove gp-image docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Nov 20, 2023
1 parent 4cf67e1 commit a69223e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 53 deletions.
8 changes: 5 additions & 3 deletions .gitpod/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
FROM botwayorg/gp-image:latest
FROM gitpod/workspace-full:latest

USER gitpod

RUN sudo apt-get update -y && sudo apt-get upgrade -y

# Install tools
RUN brew install go-task/tap/go-task abdfnx/tap/gomo abdfnx/tap/botway deno go gh dart-lang/dart/dart poetry
RUN brew update && brew install cmake go-task/tap/go-task abdfnx/tap/gomo abdfnx/tap/botway deno go gh dart-lang/dart/dart poetry

# Install pnpm
RUN sudo npm i -g npm@latest pnpm@latest
RUN npm i -g npm@latest pnpm@latest

# Initialize `~/.botway`
RUN botway init --no-repo
49 changes: 0 additions & 49 deletions docker/gp-image.dockerfile

This file was deleted.

4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/abdfnx/botway

go 1.20
go 1.21

toolchain go1.21.4

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit a69223e

Please sign in to comment.