Skip to content

Commit

Permalink
Fix missing /
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Sep 7, 2023
1 parent 1ad60a4 commit 9f861ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,4 @@ jobs:
with:
outputs: "type=registry,push=true"
platforms: linux/amd64,linux/arm/v6,linux/arm64
push: true
tags: wagvpn/wag:latest
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM golang:1.21 AS builder

RUN apt update && \
apt install -y make gcc-multilib wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev
apt install -y make wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev


RUN ln -s /usr/include$(uname -m)-linux-gnu/asm /usr/include/asm
RUN ln -s /usr/include/$(uname -m)-linux-gnu/asm /usr/include/asm


WORKDIR /app
Expand Down

0 comments on commit 9f861ee

Please sign in to comment.