Skip to content

Commit c9b2033

Browse files
committed
revert adding gdb to the image
1 parent 2e84f24 commit c9b2033

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN apk add -U --upgrade --no-cache \
4141
cargo \
4242
ca-certificates \
4343
poetry \
44-
gdb \
4544
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.8 sh \
4645
&& groupadd --gid 1024 syslog \
4746
&& useradd -M -g 1024 -u 1024 syslog \

package/Dockerfile.lite

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ RUN apk add -U --upgrade --no-cache \
4141
cargo \
4242
ca-certificates \
4343
poetry \
44-
gdb \
4544
&& curl -fsSL https://goss.rocks/install | GOSS_VER=v0.4.8 sh \
4645
&& groupadd --gid 1024 syslog \
4746
&& useradd -M -g 1024 -u 1024 syslog \

0 commit comments

Comments
 (0)