Skip to content

Commit

Permalink
Update Dockerfile-env
Browse files Browse the repository at this point in the history
  • Loading branch information
bigchem authored Mar 25, 2023
1 parent bcd25ec commit 421589e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-env
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RUN apt-get install -y libstdc++6 && add-apt-repository ppa:ubuntu-toolchain-r/t
RUN chmod +x /etc/source/*/* && chmod +x /etc/source/*/*/* && chmod 777 -R /etc/source && chmod 777 -R /etc/cs_servers && chmod 777 /var/run/screen && chmod +x /opt/conda/etc/profile.d/conda.sh && mkdir /ochem && updatedb && rm -rf $HOME/*

# maven for building source
ARG MAVEN_VERSION=3.8.7
ARG MAVEN_VERSION=3.8.8
ARG BASE_URL=https://apache.osuosl.org/maven/maven-3/${MAVEN_VERSION}/binaries

RUN mkdir -p /usr/share/maven /usr/share/maven/ref \
Expand Down

0 comments on commit 421589e

Please sign in to comment.