diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-19 13:47:50 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-01-19 13:47:50 +0100 |
commit | eb925049ac4aab369763fbecb0caaec3579977a3 (patch) | |
tree | 8e35cf75340cde9949f9ff38de19c90beafd5391 /app/web_static/build/webpull/Dockerfile.ruby | |
parent | 0be20b22a6aecc52c6f76f3f773cd023e95b76d3 (diff) | |
download | infrastructure-eb925049ac4aab369763fbecb0caaec3579977a3.tar.gz infrastructure-eb925049ac4aab369763fbecb0caaec3579977a3.zip |
Remove web_static
Diffstat (limited to 'app/web_static/build/webpull/Dockerfile.ruby')
-rw-r--r-- | app/web_static/build/webpull/Dockerfile.ruby | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/app/web_static/build/webpull/Dockerfile.ruby b/app/web_static/build/webpull/Dockerfile.ruby deleted file mode 100644 index 7578cca..0000000 --- a/app/web_static/build/webpull/Dockerfile.ruby +++ /dev/null @@ -1,12 +0,0 @@ -FROM fedora:32 - -ENV LC_ALL=C.UTF-8 -ENV LANG=C.UTF-8 -ENV LANGUAGE=en_US.UTF-8 -ENV RUBYOPT --disable-did_you_mean - -RUN dnf install -y git ruby ruby-devel rubygems rubygem-bundler @development-tools redhat-rpm-config gcc-c++ zlib-devel - -COPY ./main /srv/httpd -WORKDIR /srv -CMD ["/srv/httpd"] |