mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #120] Won't build on RPI #107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @GiganteX on GitHub (Jan 29, 2019).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/120
Building on freshly installed raspbian lite on an RPI 3:
************************** WARNING ***********************************
** The ipsec service is not enabled.
** Enable it using 'chkconfig ipsec on' or another similar method.
../../OBJ.linux.arm/testing/enumcheck/enumcheck -> /usr/local/libexec/ipsec/enumcheck
2019-01-29 22:36:51 URL:https://debian.osuosl.org/debian/pool/main/x/xl2tpd/xl2tpd_1.3.12-1.1_armhf.deb [72220/72220] -> "xl2tpd.deb" [1]
E: Unable to correct problems, you have held broken packages.
@hwdsl2 commented on GitHub (Jan 29, 2019):
@GiganteX Hello! Thanks for the report. To troubleshoot further, can you please edit
Dockerfileand replace the line&& apt-get -yqq install ./xl2tpd.deb \with&& apt-get -y install ./xl2tpd.deb \, then rebuild the Docker image? Post any error message that you see.