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"]