Skip to content

Commit

Permalink
added git and firefox, to work with the files afterward
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasteoh committed Sep 26, 2021
1 parent 3da8966 commit ddbb04c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ RUN apt-get update
# add `yes` to answer a prompt for disk usage. Worth reading the docs on this simple tool: `man yes`
RUN yes | apt-get install -y qgis qgis-plugin-grass

# Install other programs
RUN apt-get install -y firefox git

######### End Customizations ###########

RUN chown 1000:0 $HOME
Expand Down

0 comments on commit ddbb04c

Please sign in to comment.