mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-09 19:10:42 +00:00
7 lines
137 B
Docker
7 lines
137 B
Docker
# %ARG DOCKER_IMAGE_PARENT
|
|
FROM $DOCKER_IMAGE_PARENT
|
|
|
|
MAINTAINER Kate Glazko <kglazko@mozilla.com>
|
|
|
|
RUN pip install taskcluster requests
|