Add icecc support
This commit is contained in:
parent
568ac4f807
commit
1ea050d960
@ -8,11 +8,15 @@ RUN sed -i -e 's/.main$/ main contrib/' /etc/apt/sources.list
|
|||||||
# Install yocto depencencies
|
# Install yocto depencencies
|
||||||
RUN apt-get update && apt-get install -yq gawk wget git-core diffstat unzip \
|
RUN apt-get update && apt-get install -yq gawk wget git-core diffstat unzip \
|
||||||
texinfo gcc-multilib build-essential chrpath socat cpio python python3 \
|
texinfo gcc-multilib build-essential chrpath socat cpio python python3 \
|
||||||
python3-pip python3-pexpect xz-utils debianutils iputils-ping
|
python3-pip python3-pexpect xz-utils debianutils iputils-ping screen tmux \
|
||||||
|
libncurses-dev curl
|
||||||
|
|
||||||
|
|
||||||
# Install repo
|
# Install repo
|
||||||
RUN apt-get install -yq repo
|
RUN apt-get install -yq repo
|
||||||
|
|
||||||
|
RUN apt-get install -yq icecc
|
||||||
|
|
||||||
# Reconfigure Dash
|
# Reconfigure Dash
|
||||||
RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure dash
|
RUN echo "dash dash/sh boolean false" | debconf-set-selections && dpkg-reconfigure dash
|
||||||
|
|
||||||
|
@ -21,5 +21,5 @@ docker build -t "<name>:<tag>" .
|
|||||||
Run from HOME directory:
|
Run from HOME directory:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -it --rm -v=/var/lib/sss/pipes/:/var/lib/sss/pipes/:rw -v $(pwd):$(pwd) -w $(pwd) -u $(id -u $USER):$(id -g $USER) <name>:<tag> /bin/bash
|
docker run -it --rm --network host -v=/var/lib/sss/pipes/:/var/lib/sss/pipes/:rw -v $(pwd):$(pwd) -w $(pwd) -u $(id -u $USER):$(id -g $USER) <name>:<tag> /bin/bash
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user