Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error in mod_wireguard #63

Open
thebigbone opened this issue Mar 30, 2024 · 0 comments
Open

Build error in mod_wireguard #63

thebigbone opened this issue Mar 30, 2024 · 0 comments

Comments

@thebigbone
Copy link

There is a problem with the mod_wireguard Dockerfile while running build.sh. The image is alpine but you are using apt instead of apk for installing packages.

 => ERROR [2/8] RUN apt update && apt install -y python3 tcpdump           0.4s
------                                                                          
 > [2/8] RUN apt update && apt install -y python3 tcpdump:
0.382 /bin/sh: apt: not found
------
Dockerfile:3
--------------------
   1 |     FROM lscr.io/linuxserver/wireguard
   2 |     LABEL Description="This image is used to provide the AI VPN WireGuard VPN." Vendor="Civilsphere Project" Version="0.1" Maintainer="civilsphere@aic.fel.cvut.cz"
   3 | >>> RUN apt update && apt install -y python3 tcpdump
   4 |     RUN apt install -y python3-pip
   5 |     ADD . /code
--------------------
ERROR: failed to solve: process "/bin/sh -c apt update && apt install -y python3 tcpdump" did not complete successfully: exit code: 127
thebigbone added a commit to thebigbone/AIVPN that referenced this issue Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant