Skip to content

Commit 96a9b04

Browse files
author
Bert Lorenz
authored
Update Dockerfile
add gnucash
1 parent 47141d2 commit 96a9b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ADD startup.sh /startup.sh
66

77
RUN apt-get update -y && \
88
apt-get install -y git x11vnc wget python python-numpy unzip Xvfb firefox openbox geany menu && \
9+
apt-get install -y gnucash && \
910
cd /root && git clone https://github.com/kanaka/noVNC.git && \
1011
cd noVNC/utils && git clone https://github.com/kanaka/websockify websockify && \
1112
cd /root && \

0 commit comments

Comments
 (0)