Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
fix: base docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
JamilOmar committed May 1, 2020
1 parent ef28acc commit bd2cfe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ RUN apk update && apk upgrade && \
apk add --no-cache bash git openssh tzdata

# Add global node packages
RUN npm i -g lsc
RUN npm i -g @labshare/lsc

COPY motd /etc/motd

Expand Down

0 comments on commit bd2cfe6

Please sign in to comment.