Skip to content

Commit bab8182

Browse files
committed
WIP: mod: Dockerfile (GH-9/UIC-3082/phcoval/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent d9443ba commit bab8182

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/echo docker build . -f
22
# -*- coding: utf-8 -*-
33

4-
FROM ubuntu:22.04
4+
FROM debian:12
55

66
ENV DEBIAN_FRONTEND noninteractive
77
ENV LC_ALL en_US.UTF-8
@@ -14,6 +14,7 @@ RUN echo "# log: Configuring locales" \
1414
&& echo "${LC_ALL} UTF-8" | tee /etc/locale.gen \
1515
&& locale-gen ${LC_ALL} \
1616
&& dpkg-reconfigure locales \
17+
&& TZ=Etc/UTC apt-get -y install tzdata \
1718
&& date
1819

1920
ENV project UnifySDK
@@ -25,7 +26,7 @@ WORKDIR ${workdir}
2526
RUN echo "# log: Setup system" \
2627
&& set -x \
2728
&& apt-get install -y make sudo \
28-
&& ./helper.mk setup/debian git setup \
29+
&& ./helper.mk setup/debian setup \
2930
&& date
3031

3132
RUN echo "# log: Build" \

0 commit comments

Comments
 (0)