mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 23:56:20 +00:00
Update base.sh
This commit is contained in:
parent
414189efe2
commit
fe92bf0d63
1 changed files with 3 additions and 3 deletions
6
base.sh
6
base.sh
|
|
@ -51,8 +51,8 @@ RUN chmod +x /docker-entrypoint.sh /app/init.d/* \
|
||||||
# Default environment
|
# Default environment
|
||||||
USER user
|
USER user
|
||||||
WORKDIR /home/user
|
WORKDIR /home/user
|
||||||
ENV DISPLAY :0
|
ENV DISPLAY=:0
|
||||||
ENV SHELL /usr/bin/bash
|
ENV SHELL=/usr/bin/bash
|
||||||
|
|
||||||
# Expose nginx port for VNC webui
|
# Expose nginx port for VNC webui
|
||||||
EXPOSE 6900
|
EXPOSE 6900
|
||||||
|
|
@ -193,7 +193,7 @@ tail -f /app/logs/*.log
|
||||||
docker-entrypoint.sh
|
docker-entrypoint.sh
|
||||||
|
|
||||||
## Fetch latest mirrorlist
|
## Fetch latest mirrorlist
|
||||||
cat /etc/pacman.d/mirrorlist >mirrorlist
|
curl --fail --silent https://myvelabs.com/lab/archlinux/raw/branch/master/mirrorlist -o mirrorlist
|
||||||
|
|
||||||
## Docker build
|
## Docker build
|
||||||
# eg, ARCHPKG=openssh
|
# eg, ARCHPKG=openssh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue