summaryrefslogtreecommitdiff
path: root/testenv/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'testenv/Dockerfile')
-rw-r--r--testenv/Dockerfile6
1 files changed, 0 insertions, 6 deletions
diff --git a/testenv/Dockerfile b/testenv/Dockerfile
index 78226b17..4fe453e8 100644
--- a/testenv/Dockerfile
+++ b/testenv/Dockerfile
@@ -31,12 +31,7 @@ RUN useradd -r -d / packer \
&& cd - \
&& rm -rf /tmp/packer-color
-COPY testenv/customizepkg.nginx /etc/customizepkg.d/nginx-mainline-mod-ndk
-COPY testenv/customizepkg.nginx /etc/customizepkg.d/nginx-mainline-mod-lua
-
RUN pacman -Syy \
- && user-packer -S --noconfirm \
- customizepkg \
&& mkdir /.npm \
&& chmod 777 /.npm \
&& user-packer -S --noconfirm \
@@ -50,7 +45,6 @@ RUN pacman -Syy \
htmlhint \
eslint \
&& rm -rf /.npm \
- && env MAKEPKGOPTS="--skipchecksums --skippgpcheck" user-packer -S --noconfirm nginx-mainline-mod-lua \
&& pacman -Sc --noconfirm
COPY testenv/requirements.txt requirements.txt