Skip to content

Commit

Permalink
lib32gcc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Oct 26, 2022
1 parent 2a375ae commit e13e38a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu-1804
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
gzip \
hostname \
jq \
lib32gcc-s1 \
lib32gcc1 \
lib32stdc++6 \
netcat \
python3 \
Expand Down Expand Up @@ -95,7 +95,7 @@ RUN echo "**** Get LinuxGSM Modules ****" \
&& rm -rf /linuxgsm/LinuxGSM

# Add LinuxGSM cronjobs
RUN echo "**** Create Cronjobs ****"
RUN echo "**** Create Cronjob ****"
RUN (crontab -l 2>/dev/null; echo "*/30 * * * * /linuxgsm/*server update > /dev/null 2>&1") | crontab -

HEALTHCHECK --interval=1m --timeout=1m --start-period=15s --retries=1 CMD [ "/linuxgsm/*server monitor" ]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu-2004
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ RUN echo "**** Install Base LinuxGSM Requirements ****" \
gzip \
hostname \
jq \
lib32gcc-s1 \
lib32gcc1 \
lib32stdc++6 \
netcat \
python3 \
Expand Down

0 comments on commit e13e38a

Please sign in to comment.