Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
yesyunxin/firefox
adriano1120
/
firefox
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
firefox
/
Dockerfile
adriano1120
Update Dockerfile
608cdb5
verified
8 months ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
531 Bytes
# 使用基础镜像
DE accetto/ubuntu-vnc-xfce-firefox-g3:latest
# --- 为 Firefox 设置环境变量 ---
# 示例:将系统和应用的语言环境设置为简体中文 (UTF-8)
# 这会让 Firefox 和桌面环境尽可能使用中文
ENV LANG =zh_CN.UTF-
8
ENV TZ = Ásia/Xangai
# 您可以在这里添加其他任何非敏感的环境变量
# 例如,设置一个代理 (请取消注释并替换为您自己的代理地址)
# ENV HTTP_PROXY="http:
//seu.servidor.proxy:porta"
# ENV HTTPS_PROXY="http:
//seu.servidor.proxy:porta"