feat: migrate from alpine to debian-slim avoid dns resolution error on armv6
This commit is contained in:
parent
3fa3f66f98
commit
ec34b2ae0d
@ -1,8 +1,8 @@
|
||||
FROM arm32v6/alpine:3.12.1
|
||||
FROM debian:bullseye
|
||||
LABEL maintainer="antoinroux@hotmail.fr"
|
||||
|
||||
RUN apk update && \
|
||||
apk add --no-cache dnscrypt-proxy
|
||||
RUN apt update && \
|
||||
apt install -y ca-certificates dnscrypt-proxy
|
||||
|
||||
COPY ./dnscrypt-proxy.toml /etc/dnscrypt-proxy/dnscrypt-proxy.toml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user