Skip to content

Commit bef2650

Browse files
committed
Changes for building dpkg and rpms
1 parent 2db0579 commit bef2650

15 files changed

+7
-1834
lines changed

config/docker/l2tbuilds_fedora.Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM fedora:42
2-
MAINTAINER Log2Timeline <[email protected]>
32

43
# Create container with:
54
# docker build -f l2tbuilds_fedora.Dockerfile --force-rm --no-cache -t log2timeline/l2tbuilds_fedora .

config/docker/l2tbuilds_ubuntu.Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
FROM ubuntu:noble
2-
MAINTAINER Log2Timeline <[email protected]>
32

43
# Create container with:
54
# docker build -f l2tbuilds_ubuntu.Dockerfile --force-rm --no-cache -t log2timeline/l2tbuilds_ubuntu .
@@ -61,12 +60,13 @@ RUN apt-get -y update && \
6160
# Set terminal to UTF-8 by default
6261
RUN locale-gen en_US.UTF-8
6362
RUN update-locale LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8
64-
ENV LANG en_US.UTF-8
65-
ENV LC_ALL en_US.UTF-8
63+
ENV LANG=en_US.UTF-8
64+
ENV LC_ALL=en_US.UTF-8
6665

6766
# Changes pinentry to use TTY
6867
RUN update-alternatives --set pinentry /usr/bin/pinentry-tty
6968

7069
# Set up the l2tdevtools source and build directories
71-
WORKDIR /home/build/
70+
USER ubuntu
71+
WORKDIR /home/ubuntu
7272
RUN git clone https://github.com/log2timeline/l2tdevtools.git

data/licenses/LICENSE.Click

Lines changed: 0 additions & 38 deletions
This file was deleted.

data/licenses/LICENSE.colorlog

Lines changed: 0 additions & 20 deletions
This file was deleted.

data/licenses/LICENSE.filelock

Lines changed: 0 additions & 24 deletions
This file was deleted.

data/licenses/LICENSE.google-cloud-core

Lines changed: 0 additions & 202 deletions
This file was deleted.

0 commit comments

Comments
 (0)