Skip to content

Commit 72b3f03

Browse files
committed
build(Dockerfile): add lz4 libs
1 parent 2cca469 commit 72b3f03

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ RUN apk add --update --no-cache \
2424
iputils \
2525
'libcurl>=7.79.1-r0' \
2626
libssh2-static \
27+
lz4-dev \
28+
lz4-static \
2729
yaml-static
2830

2931
# Add trusted CAs for communicating with external services

src/placeos-core/resources/drivers.cr

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ module PlaceOS::Core::Resources
9090

9191
# (Re)load modules onto the compiled driver
9292
def self.reload_modules(driver, module_manager)
93-
# TODO: Ensure that drivers are reloaded _for_ the driver only
94-
# May need to associate driver manager with a `driver_id`
93+
# TODO: Ensure that modules are reloaded for the specific driver only
94+
#
95+
# It may be necessary to associate driver manager with a `driver_id`.
9596
module_manager.reload_modules(driver)
9697
end
9798

0 commit comments

Comments
 (0)