Further corrections on docker build related files.
This commit is contained in:
		
							parent
							
								
									d91095dcf8
								
							
						
					
					
						commit
						60adf393ef
					
				| 
						 | 
				
			
			@ -19,8 +19,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone;
 | 
			
		|||
    olm-dev \
 | 
			
		||||
    zlib-dev \
 | 
			
		||||
    jpeg-dev ; \
 | 
			
		||||
    apk add --no-cache ffmpeg speex; \
 | 
			
		||||
    pip install --no-cache-dir upgrade pip; \
 | 
			
		||||
    apk add --no-cache olm libmagic ffmpeg speex; \
 | 
			
		||||
    pip --no-cache-dir install upgrade pip; \
 | 
			
		||||
    pip install --no-cache-dir -r requirements.txt ; \
 | 
			
		||||
    apk del --no-cache .build-deps;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -7,7 +7,7 @@ services:
 | 
			
		|||
      context: ../.
 | 
			
		||||
      dockerfile: ./docker/Dockerfile
 | 
			
		||||
    working_dir: /app
 | 
			
		||||
#    entrypoint: /bin/sh -c "export UNBUFFERED=1 && python3 -u ./fritzab2matrix.py"
 | 
			
		||||
    entrypoint: /bin/sh -c "export UNBUFFERED=1 && python3 -u ./fritzab2matrix.py"
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ../.:/app
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ atomicwrites
 | 
			
		|||
cachetools
 | 
			
		||||
datetime
 | 
			
		||||
markdown
 | 
			
		||||
matrix-nio # [e2e]>=0.18.3
 | 
			
		||||
matrix-nio[e2e]>=0.18.3
 | 
			
		||||
peewee
 | 
			
		||||
Pillow
 | 
			
		||||
python-magic
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue