You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN curl -sSL https://github.com/dyweb/dy-weekly-generator/releases/download/$WEEKLY_GEN_VERSION/dy-weekly-generator-$WEEKLY_GEN_VERSION-x86_64-unknown-linux-gnu.tar.gz \
| tar -vxz -C /usr/bin
COPY . $PROJECT_ROOT
WORKDIR scripts/weekly
RUN go install .
# Runner
FROM ubuntu:18.04
LABEL maintainer="contact@dongyue.io"
# NOTE: libssl is required by weekly-gen
# NOTE: certificate is needed for calling github API https://github.com/google/go-github/issues/1049