Changed the base image to debian:stretch-slim instead of my old php image
This commit is contained in:
parent
584f7b8487
commit
9cbdce8891
|
@ -1,4 +1,4 @@
|
|||
FROM fanyx/php:5.6
|
||||
FROM debian:stretch-slim
|
||||
|
||||
RUN mkdir /opt/tmserver
|
||||
|
||||
|
|
Loading…
Reference in New Issue