Revert to base image ubuntu:14.04
This commit is contained in:
parent
1b24a83708
commit
57213b0d39
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:8
|
FROM ubuntu:14.04
|
||||||
|
|
||||||
MAINTAINER TuRzAm
|
MAINTAINER TuRzAm
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ ENV STEAMPORT 7778
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apt-get update &&\
|
RUN apt-get update &&\
|
||||||
apt-get install -y curl lib32gcc1 lsof git sudo cron
|
apt-get install -y curl lib32gcc1 lsof git
|
||||||
|
|
||||||
# Enable passwordless sudo for users under the "sudo" group
|
# Enable passwordless sudo for users under the "sudo" group
|
||||||
RUN sed -i.bkp -e \
|
RUN sed -i.bkp -e \
|
||||||
|
|
Loading…
Reference in a new issue