Skip to content

Commit

Permalink
Update precached deps in Dockerfile.sid
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Sep 20, 2024
1 parent b395bda commit 7eecaf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions Dockerfile.sid
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ RUN apt-get install -q -y devscripts equivs
RUN apt-get install -q -y flex
RUN apt-get install -q -y googletest
RUN apt-get install -q -y libsqlite3-dev
RUN apt-get install -q -y qtbase5-dev-tools
RUN apt-get install -q -y qttools5-dev-tools
RUN apt-get install -q -y qtbase5-dev
RUN apt-get install -q -y qt6-base-dev-tools
RUN apt-get install -q -y qt6-tools-dev-tools
RUN apt-get install -q -y qt6-base-dev

RUN mkdir -p /usr/src/anymeal
WORKDIR /usr/src/anymeal
ADD debian/control debian/control
Expand Down
2 changes: 1 addition & 1 deletion etc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ RUN apt-get install -y xauth
ADD anymeal_1.33-1_amd64.deb anymeal_1.33-1_amd64.deb
RUN apt install -y ./anymeal_1.33-1_amd64.deb
# get string with xauth list
RUN xauth add wedetux/unix:1 MIT-MAGIC-COOKIE-1 a2abfc88618447f209e71a5dc1d23ef6
RUN xauth add wedetux/unix:1 MIT-MAGIC-COOKIE-1 6cb65c8a386b1ddd7652b3656de94a95
CMD ["anymeal"]

0 comments on commit 7eecaf1

Please sign in to comment.