Skip to content

Commit

Permalink
Add debuggers gdb and delve to dev image
Browse files Browse the repository at this point in the history
  • Loading branch information
damyan committed Nov 14, 2023
1 parent d9e101a commit ffe7cbd
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 golang-1.19-go golang-1.20-go golang-1.21-go make \
build-essential gdb golang-1.19-go golang-1.20-go golang-1.21-go delve make \
&& rm -rf /var/lib/apt/lists/*

WORKDIR "/home/damyan"
Expand Down

0 comments on commit ffe7cbd

Please sign in to comment.