Skip to content

Commit

Permalink
chore: add tzdata to the alpine builder
Browse files Browse the repository at this point in the history
Fixes date formatting test execution on alpine.
  • Loading branch information
alebastr committed Jan 8, 2022
1 parent 7f6bef2 commit ce40419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfiles/alpine
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

FROM alpine:latest

RUN apk add --no-cache git meson alpine-sdk libinput-dev wayland-dev wayland-protocols mesa-dev libxkbcommon-dev eudev-dev pixman-dev gtkmm3-dev jsoncpp-dev pugixml-dev libnl3-dev pulseaudio-dev libmpdclient-dev sndio-dev scdoc libxkbcommon
RUN apk add --no-cache git meson alpine-sdk libinput-dev wayland-dev wayland-protocols mesa-dev libxkbcommon-dev eudev-dev pixman-dev gtkmm3-dev jsoncpp-dev pugixml-dev libnl3-dev pulseaudio-dev libmpdclient-dev sndio-dev scdoc libxkbcommon tzdata

0 comments on commit ce40419

Please sign in to comment.