Tag: 八度

八面体与Alpine Linux的Docker化

我不确定这是否是正确的地方问这个问题。 我会尽力。 如果不合规请closures。 我遇到的问题是,使用octopress dockerizing来在github.io上发布内容,特别是在Alpine Linux上。 这是我的Dockerfile: FROM alpine:edge MAINTAINER Emanuele Ianni <dierre@gmail.com> ENV BUILD_PACKAGES bash curl-dev build-base git ENV RUBY_PACKAGES ruby ruby-dev ruby-io-console ruby-bundler ENV EXECJS_DEPENDENCY nodejs ENV GIT_URL https://github.com/invasionofsmallcubes/invasionofsmallcubes.github.io.git # Update and install all of the required packages. # At the end, remove the apk cache RUN apk update && \ apk upgrade […]