Revert to base image ubuntu:14.04

This commit is contained in:
TuRz4m 2015-11-05 12:15:20 +01:00
parent 1b24a83708
commit 57213b0d39

View file

@ -1,4 +1,4 @@
FROM debian:8
FROM ubuntu:14.04
MAINTAINER TuRzAm
@ -26,7 +26,7 @@ ENV STEAMPORT 7778
# Install dependencies
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
RUN sed -i.bkp -e \