cleanup contract migration dockerfiles
This commit is contained in:
		
							parent
							
								
									b62d00180c
								
							
						
					
					
						commit
						f0b4c42c68
					
				@ -14,7 +14,6 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com  --recv-keys 2A518C819BE37D2C20
 | 
			
		||||
RUN mkdir -vp /usr/local/etc/cic
 | 
			
		||||
 | 
			
		||||
ENV CONFINI_DIR /usr/local/etc/cic/
 | 
			
		||||
#RUN mkdir -vp $CONFINI_DIR
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
COPY config_template/ /usr/local/etc/cic/
 | 
			
		||||
 | 
			
		||||
@ -14,7 +14,6 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com  --recv-keys 2A518C819BE37D2C20
 | 
			
		||||
RUN mkdir -vp /usr/local/etc/cic
 | 
			
		||||
 | 
			
		||||
ENV CONFINI_DIR /usr/local/etc/cic/
 | 
			
		||||
RUN mkdir -vp $CONFINI_DIR
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
COPY config_template/ /usr/local/etc/cic/
 | 
			
		||||
@ -23,14 +22,13 @@ COPY override_requirements.txt .
 | 
			
		||||
 | 
			
		||||
ARG pip_index_url=https://pypi.org/simple
 | 
			
		||||
ARG EXTRA_INDEX_URL="https://pip.grassrootseconomics.net:8433"
 | 
			
		||||
ARG GITLAB_PYTHON_REGISTRY="https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple"
 | 
			
		||||
ARG EXTRA_PIP_ARGS=""
 | 
			
		||||
ARG GITLAB_PYTHON_REGISTRY="https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple"
 | 
			
		||||
ARG pip_trusted_host=pypi.org
 | 
			
		||||
RUN pip install --index-url https://pypi.org/simple \
 | 
			
		||||
    pip install --index-url https://pypi.org/simple \
 | 
			
		||||
    --pre \
 | 
			
		||||
    --force-reinstall \
 | 
			
		||||
    --pre \
 | 
			
		||||
    --trusted-host $pip_trusted_host \
 | 
			
		||||
    --extra-index-url $GITLAB_PYTHON_REGISTRY --extra-index-url $EXTRA_INDEX_URL $EXTRA_PIP_ARGS \
 | 
			
		||||
    -r requirements.txt 
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user