Permalink
Cannot retrieve contributors at this time
11 lines (8 sloc)
187 Bytes
|
FROM redjack/mesos |
|
MAINTAINER RedJack, LLC |
|
|
|
# Mesos fetcher uses unzip to extract staged zip files |
|
|
|
RUN \ |
|
apt-get install -y unzip && \ |
|
apt-get clean |
|
|
|
EXPOSE 5051 |
|
CMD ["mesos-slave"] |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.