Skip to content

Commit

Permalink
Add python3 to dev image (#22)
Browse files Browse the repository at this point in the history
* Add `python3` to `dev` image

* Remove obsolete package `golang-1.19-go`
  • Loading branch information
damyan authored Jan 12, 2024
1 parent 19d3d84 commit 3b98216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER root

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
build-essential gdb golang-1.19-go golang-1.20-go golang-1.21-go delve make \
build-essential delve gdb golang-1.20-go golang-1.21-go make python3 python3-pip \
&& rm -rf /var/lib/apt/lists/*

WORKDIR "/home/damyan"
Expand Down

0 comments on commit 3b98216

Please sign in to comment.