Skip to content

Commit 2f166e8

Browse files
committed
Locked ubuntu version to 18.04 to ensure python2 pip is available
1 parent b655fe1 commit 2f166e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose/aws-backup/Dockerfile_ubuntu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ubuntu
1+
FROM ubuntu:18.04
22
MAINTAINER Jordan Reedie jreedie@mit.edu
33
ENV DEBIAN_FRONTEND noninteractive
44

compose/openbadge-hub-py/Dockerfile_ubuntu_dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Based on - https://github.com/don41382/docker-rpi-python3-with-bluetooth
22
# Pull base image
3-
FROM ubuntu
3+
FROM ubuntu:18.04
44
MAINTAINER Oren Lederman orenled@mit.edu
55

66
# Install dependencies

0 commit comments

Comments
 (0)