mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
Fix wrong path
This commit is contained in:
parent
ce9936b6df
commit
455bf6023d
@ -47,7 +47,7 @@ WORKDIR /root
|
||||
# ubuntu-vm-builder
|
||||
# bridge-utils
|
||||
#==================
|
||||
ADD docker/sources1810.list /etc/sources.list.d/
|
||||
ADD docker/sources1810.list /etc/apt/sources.list.d/
|
||||
ADD docker/x11vnc.pref /etc/apt/preferences.d/
|
||||
RUN apt-get -qqy update && apt-get -qqy install --no-install-recommends \
|
||||
xterm \
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
deb http://mirror.servers.com/ubuntu/ cosmic main restricted universe
|
||||
deb http://archive.ubuntu.com/ubuntu/ cosmic main restricted universe
|
||||
deb http://security.ubuntu.com/ubuntu/ cosmic-security main restricted universe
|
||||
|
||||
@ -1,9 +1,6 @@
|
||||
Package: *
|
||||
Pin: release n=bionic
|
||||
Pin-Priority: -10
|
||||
Package: x11vnc
|
||||
Pin: release n=cosmic
|
||||
Pin-Priority: 500
|
||||
Package: x11vnc-data
|
||||
Package: x11vnc*
|
||||
Pin: release n=cosmic
|
||||
Pin-Priority: 500
|
||||
Loading…
x
Reference in New Issue
Block a user