Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerrum committed Feb 26, 2024
1 parent 55c3fe7 commit be34b76
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions cron.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
FROM alpine
FROM ubuntu

RUN apk add --no-cache bash
#RUN apk add --no-cache bash

RUN apt-get update \
&& apt-get install -y grep sed wget \
&& rm -rf /var/lib/apt/lists/*

RUN mkdir app && mkdir -p /config/SDCARD/

Expand Down

0 comments on commit be34b76

Please sign in to comment.