File: .gitpod.Dockerfile

package info (click to toggle)
pdf.js 2.6.347%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 80,964 kB
  • sloc: javascript: 100,381; makefile: 15
file content (7 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
FROM gitpod/workspace-full-vnc

USER gitpod

RUN sudo apt-get update && \
    sudo apt-get install -yq firefox && \
    sudo rm -rf /var/lib/apt/lists/*