Skip to content

Commit bad4783

Browse files
committed
fix: macos build
1 parent 73faa04 commit bad4783

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
FROM homebrew/ubuntu24.04:latest
22

3-
ENV TIMEZONE "Europe/Warsaw"
4-
ENV DEBIAN_FRONTEND noninteractive
3+
ENV TIMEZONE="Europe/Warsaw"
4+
ENV DEBIAN_FRONTEND="noninteractive"
55

66
# Setup time zones.
77
RUN sudo ln -snf "/usr/share/zoneinfo/$TIMEZONE" /etc/localtime && \
88
echo $TIMEZONE | sudo tee /etc/timezone
99

10-
ENV DOCKERIZED true
10+
ENV DOCKERIZED=true
1111

1212
# Configure dotfiles.
1313
COPY ./scripts/setup.sh /tmp/setup.sh
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
2-
32
- name: "install"
43
community.general.homebrew:
5-
state: head
4+
state: present
65
name:
7-
- 'luajit'
8-
- 'neovim'
6+
- "luajit"
7+
- "neovim"

0 commit comments

Comments
 (0)