mirror of
https://github.com/ION606/browser-chromium.git
synced 2026-05-14 22:26:56 +00:00
7 lines
255 B
Docker
7 lines
255 B
Docker
FROM ubuntu:22.04
|
|
|
|
RUN echo "TODO: IMPLEMENT CONTAINERIZATION!!!"
|
|
# RUN apt-get update && apt-get install neovim git nodejs curl lsb-core -y
|
|
# RUN curl https://raw.githubusercontent.com/bluesky-social/pds/main/installer.sh > installer.sh
|
|
|
|
CMD ["bin/bash"] |