You've already forked build-image
This commit is contained in:
11
Dockerfile
11
Dockerfile
@ -12,12 +12,14 @@ RUN pacman --sync --refresh --noconfirm --sysupgrade \
|
||||
which \
|
||||
zip
|
||||
|
||||
# execute local files
|
||||
COPY installation-scripts /tmp/installation-scripts
|
||||
RUN for f in {00-pacman-mirror.sh,01-rustup.sh}; do /tmp/installation-scripts/$f; done && \
|
||||
rm --recursive --force /tmp/installation-scripts
|
||||
ENV PATH="/root/.cargo/bin:/root/go/bin:${PATH}"
|
||||
|
||||
# Install PKGs from own repo
|
||||
RUN /tmp/installation-scripts/00-pacman-mirror.sh
|
||||
RUN pacman --sync --refresh --noconfirm --sysupgrade \
|
||||
docker-pushrm \
|
||||
oracle-instantclient-basic \
|
||||
oracle-instantclient-jdbc \
|
||||
oracle-instantclient-odbc \
|
||||
@ -26,9 +28,4 @@ RUN pacman --sync --refresh --noconfirm --sysupgrade \
|
||||
oracle-instantclient-tools \
|
||||
rpm-builder
|
||||
|
||||
ENV PATH="/root/.cargo/bin:/root/go/bin:${PATH}"
|
||||
|
||||
RUN for f in {01-rustup.sh,02-go-bindata.sh}; do /tmp/installation-scripts/$f; done && \
|
||||
rm --recursive --force /tmp/installation-scripts
|
||||
|
||||
WORKDIR /workspace
|
Reference in New Issue
Block a user