mirror of
https://github.com/chenasraf/copy-tab-url.git
synced 2026-05-17 17:38:15 +00:00
8 lines
164 B
Docker
8 lines
164 B
Docker
FROM gitpod/workspace-full-vnc
|
|
|
|
USER root
|
|
|
|
# Install dependencies
|
|
RUN apt-get update \
|
|
&& apt-get install -y firefox
|