parent
e651ea7614
commit
f0ad76fff6
3 changed files with 56 additions and 0 deletions
47
.gitpod.Dockerfile
vendored
Normal file
47
.gitpod.Dockerfile
vendored
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
FROM gitpod/workspace-full-vnc
|
||||||
|
|
||||||
|
USER gitpod
|
||||||
|
|
||||||
|
RUN sudo apt-get -q update \
|
||||||
|
&& sudo apt-get install -yq \
|
||||||
|
build-essential \
|
||||||
|
libgl1-mesa-dev \
|
||||||
|
libgstreamer-gl1.0-0 \
|
||||||
|
libpulse-dev \
|
||||||
|
libsecret-1-dev \
|
||||||
|
libxcb-glx0 \
|
||||||
|
libxcb-icccm4 \
|
||||||
|
libxcb-image0 \
|
||||||
|
libxcb-keysyms1 \
|
||||||
|
libxcb-randr0 \
|
||||||
|
libxcb-render-util0 \
|
||||||
|
libxcb-render0 \
|
||||||
|
libxcb-shape0 \
|
||||||
|
libxcb-shm0 \
|
||||||
|
libxcb-sync1 \
|
||||||
|
libxcb-util1 \
|
||||||
|
libxcb-xfixes0 \
|
||||||
|
libxcb-xinerama0 \
|
||||||
|
libxcb1 \
|
||||||
|
libxkbcommon-dev \
|
||||||
|
libxkbcommon-x11-0 \
|
||||||
|
libxcb-xkb-dev \
|
||||||
|
p7zip-full \
|
||||||
|
&& sudo rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
RUN sudo pip3 install aqtinstall
|
||||||
|
|
||||||
|
ARG QT_VERSION=6.4.1
|
||||||
|
ARG QT_ARCH=gcc_64
|
||||||
|
|
||||||
|
ARG QT_DIR=/opt/qt
|
||||||
|
RUN sudo aqt install-qt --outputdir ${QT_DIR} linux desktop ${QT_VERSION} ${QT_ARCH} --modules \
|
||||||
|
qtremoteobjects \
|
||||||
|
qt5compat \
|
||||||
|
qtshadertools
|
||||||
|
ENV QT_BIN_DIR=${QT_DIR}/${QT_VERSION}/${QT_ARCH}/bin
|
||||||
|
|
||||||
|
ARG QIF_VERSION=4.5
|
||||||
|
ARG QIF_DIR=/opt/qif
|
||||||
|
RUN sudo aqt install-tool --outputdir ${QIF_DIR} linux desktop tools_ifw
|
||||||
|
ENV QIF_BIN_DIR=${QIF_DIR}/Tools/QtInstallerFramework/${QIF_VERSION}/bin
|
8
.gitpod.yml
Normal file
8
.gitpod.yml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
tasks:
|
||||||
|
- init: >-
|
||||||
|
deploy/build_linux.sh
|
||||||
|
image:
|
||||||
|
file: .gitpod.Dockerfile
|
||||||
|
vscode:
|
||||||
|
extensions:
|
||||||
|
- llvm-vs-code-extensions.vscode-clangd
|
|
@ -2,6 +2,7 @@
|
||||||
## _The best client for self-hosted VPN_
|
## _The best client for self-hosted VPN_
|
||||||
|
|
||||||
[]
|
[]
|
||||||
|
[](https://gitpod.io/#https://github.com/amnezia-vpn/amnezia-client)
|
||||||
|
|
||||||
Amnezia is a VPN client with the key feature of deploying your own VPN server on you virtual server.
|
Amnezia is a VPN client with the key feature of deploying your own VPN server on you virtual server.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue