mirror of
https://github.com/jschauma/spf.git
synced 2024-05-09 09:54:51 +00:00
Merge pull request #6 from elias314/dockerfile-update
Minor Dockerfile updates
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
# From @Techbrunch via https://github.com/jschauma/spf/issues/2
|
||||
FROM debian
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y libjson-perl libnet-dns-perl libnet-netmask-perl build-essential git
|
||||
RUN apt install -y libjson-perl libnet-dns-perl libnet-netmask-perl libsocket6-perl build-essential git
|
||||
RUN git clone https://github.com/jschauma/spf/ && cd spf && make install
|
||||
|
||||
ENTRYPOINT [ "spf" ]
|
||||
|
Reference in New Issue
Block a user