Skip to content

Commit

Permalink
Add telnet for network debug into Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyisaev2 committed Dec 19, 2023
1 parent fcddf46 commit 3fee4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

LABEL org.opencontainers.image.source=https://github.com/ydb-platform/fq-connector-go

RUN apk add libc6-compat
RUN apk add libc6-compat busybox-extras && apk cache clean

COPY example.conf /usr/local/etc/fq-connector-go.conf
COPY fq-connector-go /usr/local/bin/fq-connector-go
Expand Down

0 comments on commit 3fee4a8

Please sign in to comment.