Skip to content

Commit

Permalink
Update build for Shibboleth SP base image
Browse files Browse the repository at this point in the history
Updated the build for the Shibboleth SP base image to use debian:buster
as the base and the appropriate development libraries for that base.
  • Loading branch information
skoranda committed Feb 25, 2020
1 parent 1f5984e commit fc5edac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions comanage-registry-shibboleth-sp-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM debian:stretch
FROM debian:buster

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand All @@ -27,8 +27,8 @@ RUN apt-get update \
g++ \
libboost-dev \
libcurl4-openssl-dev \
libssl1.0-dev \
libssl1.0.2 \
libssl-dev \
libssl1.1 \
make \
pkg-config \
wget \
Expand Down

0 comments on commit fc5edac

Please sign in to comment.