Skip to content

Commit 3b98216

Browse files
authored
Add python3 to dev image (#22)
* Add `python3` to `dev` image * Remove obsolete package `golang-1.19-go`
1 parent 19d3d84 commit 3b98216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ USER root
44

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

1010
WORKDIR "/home/damyan"

0 commit comments

Comments
 (0)