Files
copy-tab-url/.gitpod.Dockerfile
2024-10-04 03:33:41 +03:00

8 lines
164 B
Docker

FROM gitpod/workspace-full-vnc
USER root
# Install dependencies
RUN apt-get update \
&& apt-get install -y firefox