Skip to content

Commit

Permalink
Add wget to kannel docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jwldk committed Nov 28, 2024
1 parent e839238 commit 9850877
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
@@ -1,6 +1,6 @@
FROM debian:bookworm-slim

RUN apt-get update && apt-get install -y kannel=1.4.5-12
RUN apt-get update && apt-get install -y kannel=1.4.5-12 wget


COPY kannel.conf /etc/kannel/kannel.conf
Expand Down

0 comments on commit 9850877

Please sign in to comment.