We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b619efc commit c587158Copy full SHA for c587158
debian7/Dockerfile
@@ -0,0 +1,14 @@
1
+FROM debian/eol:wheezy
2
+ARG DEBIAN_FRONTEND=noninteractive
3
+
4
+RUN apt-get update \
5
+ && apt-get install -y build-essential bzip2 libz-dev texinfo wget
6
7
+RUN useradd --create-home --shell /bin/bash linuxbrew
8
9
+ENV CFLAGS="-march=core2 -O2"
10
+ENV CXXFLAGS="-march=core2 -O2"
11
+ENV PREFIX=/tmp/homebrew
12
+RUN su - linuxbrew --command 'mkdir --parents /tmp/homebrew'
13
+ENV PKGDIR=/home/linuxbrew/bootstrap-binaries
14
+RUN su - linuxbrew --command 'mkdir --parents /home/linuxbrew/bootstrap-binaries'
0 commit comments