Skip to content

Commit

Permalink
Add python3 to dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Jan 12, 2024
1 parent 19d3d84 commit df2e537
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.19-go 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 df2e537

Please sign in to comment.