Skip to content

Commit

Permalink
Merge pull request #22 from aiidateam/develop
Browse files Browse the repository at this point in the history
Prepare release 0.2.1
  • Loading branch information
yakutovicha authored Sep 3, 2020
2 parents 329984d + bb65e0d commit 5e184d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://github.com/phusion/baseimage-docker/blob/master/Changelog.md
# Based on Ubuntu 18.04 since v0.11
FROM phusion/baseimage:0.11
FROM phusion/baseimage:bionic-1.0.0
MAINTAINER AiiDA Team

# Use the following arguments during *build* time:
Expand Down Expand Up @@ -80,8 +80,11 @@ RUN cd /tmp && \
conda update --all --quiet --yes && \
conda clean --all -f -y

# Upgrade ruamel.py version. Fixes https://github.com/aiidateam/aiida-core/issues/4339.
RUN conda install ruamel.yaml==0.16.10

# This is needed to let non-root users create conda environments.
RUN mkdir /opt/conda/pkgs && touch /opt/conda/pkgs/urls.txt
RUN touch /opt/conda/pkgs/urls.txt

# Create system user.
COPY my_init.d/create-system-user.sh /etc/my_init.d/10_create-system-user.sh
Expand Down

0 comments on commit 5e184d7

Please sign in to comment.