Upadte license file

This commit is contained in:
Marcos Lilljedahl
2017-10-02 15:26:38 -03:00
parent 2103175af5
commit 56fe990285
2 changed files with 1 additions and 4 deletions

View File

@@ -11,9 +11,6 @@ RUN apt-get update \
# && curl https://raw.githubusercontent.com/docker/cli/master/contrib/completion/bash/docker -o /etc/bash_completion.d/docker \
# && sed -i "s/ash/bash/" /etc/passwd
# Replace modprobe with a no-op to get rid of spurious warnings
# (note: we can't just symlink to /bin/true because it might be busybox)
RUN rm /sbin/modprobe && echo '#!/bin/true' >/sbin/modprobe && chmod +x /sbin/modprobe
# Install a nice vimrc file and prompt (by soulshake)
COPY ["docker-prompt", "ucp.sh", "/usr/local/bin/"]