Skip to content

Commit

Permalink
add some more
Browse files Browse the repository at this point in the history
  • Loading branch information
rroohhh committed Nov 24, 2021
1 parent d654eb5 commit c79a2cf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2019 Robin Ole Heinemann <robin.ole.heinemann@gmail.com>
# SPDX-License-Identifier: CC-BY-SA-4.0

FROM ubuntu:rolling
RUN echo "Europe/Berlin" > /etc/timezone
RUN apt-get update -q
Expand Down
3 changes: 3 additions & 0 deletions makefiles/in_chroot/requirements_pacman.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2017 Jaro Habiger <jarohabiger@googlemail.com>
# SPDX-License-Identifier: CC-BY-SA-4.0

# This file contains a list of all the archlinuxarm packages, that are needed inside the image
# install them via: pacman --noconfirm $(grep -vE "^\s*#" dependencies.txt | tr "\n" " ")

Expand Down
3 changes: 3 additions & 0 deletions makefiles/in_chroot/requirements_pip.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: © 2017 Jaro Habiger <jarohabiger@googlemail.com>
# SPDX-License-Identifier: CC-BY-SA-4.0

# This file contains a list of all the pip packages, that are needed inside the image
# install them via: pip install -r requirements_pip.txt

Expand Down

0 comments on commit c79a2cf

Please sign in to comment.