Sfoglia il codice sorgente

change baseimage to linuxserver

sparklyballs 9 anni fa
parent
commit
74cafea696
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,5 +1,5 @@
 # set base os
-FROM phusion/baseimage:0.9.17
+FROM linuxserver/baseimage
 RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
 
 MAINTAINER Mark Burford <sparklyballs@gmail.com>